[evolution/webkit] Bug #634571 - Check for 'mono-2' rather than 'mono' package



commit ee026072b220bdb4384697489081f2134a354636
Author: Milan Crha <mcrha redhat com>
Date:   Mon Feb 7 12:56:03 2011 +0100

    Bug #634571 - Check for 'mono-2' rather than 'mono' package

 configure.ac |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 196af90..0b6d0b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -693,14 +693,12 @@ dnl ******************************
 dnl Mono hooks
 dnl This should just define mono CFLAGS etc here, it is used later to turn on the mono plugin or not.
 dnl ******************************
-MONO_CFLAGS=
-MONO_LIBS=
 AC_ARG_ENABLE([mono],
 	AS_HELP_STRING([--enable-mono],
 	[Add Mono embedded hooks.]),
 	[enable_mono=$enableval],[enable_mono=no])
 if test "x${enable_mono}" = "xyes"; then
-	PKG_CHECK_MODULES([MONO], ["mono"])
+	PKG_CHECK_MODULES([MONO], ["mono-2"])
 	AC_DEFINE(ENABLE_MONO,1,[Define if Mono embedding should be enabled])
 fi
 AC_SUBST(MONO_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]