hippo-canvas r7290 - trunk



Author: marco
Date: Sat Aug 30 22:57:10 2008
New Revision: 7290
URL: http://svn.gnome.org/viewvc/hippo-canvas?rev=7290&view=rev

Log:
Remove invalid PKG_CHECK_EXISTS argument, which causing introspection to be always enabled.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Aug 30 22:57:10 2008
@@ -190,7 +190,7 @@
 fi
 
 AC_MSG_CHECKING([for gobject-introspection])
-PKG_CHECK_EXISTS(INTROSPECTION, gobject-introspection-1.0, have_introspection=true, have_introspection=false)
+PKG_CHECK_EXISTS(gobject-introspection-1.0, have_introspection=true, have_introspection=false)
 AC_MSG_RESULT($have_introspection)
 AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$have_introspection" = "xtrue")
 



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