gimp r25959 - trunk



Author: mitch
Date: Sun Jun 15 14:30:04 2008
New Revision: 25959
URL: http://svn.gnome.org/viewvc/gimp?rev=25959&view=rev

Log:
2008-06-15  Michael Natterer  <mitch gimp org>

	* configure.in: in the check for xfixes, add "true" as
	action-if-not-found so it doesn't bail out when xfixes is not
	found.

	There seems to be something fishy with the PKG_CHECK_MODULES()
	macro since adding a simple comma should also count as empty 4th
	argument.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Jun 15 14:30:04 2008
@@ -938,7 +938,8 @@
    PKG_CHECK_MODULES(XFIXES, xfixes,
       AC_DEFINE(HAVE_XFIXES, 1,
                 [Define to 1 to if the XFIXES X extension is available])
-      LIBSCREENSHOT="$LIBSCREENSHOT $XFIXES_LIBS")
+      LIBSCREENSHOT="$LIBSCREENSHOT $XFIXES_LIBS",
+      true)
 
 else
    enable_gimp_remote="no (building for $gdk_target)"



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