gimp r25915 - trunk



Author: neo
Date: Wed Jun 11 06:25:18 2008
New Revision: 25915
URL: http://svn.gnome.org/viewvc/gimp?rev=25915&view=rev

Log:
2008-06-11  Sven Neumann  <sven gimp org>

	* configure.in: fixed check for webkit zoom API. 



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Jun 11 06:25:18 2008
@@ -1219,9 +1219,12 @@
 fi
 
 if test "x$have_webkit" = xyes; then
+  gimp_save_LIBS=$LIBS
+  LIBS="$LIBS $WEBKIT_LIBS"
   AC_CHECK_LIB(webkit-1.0, webkit_web_view_set_zoom_level,
                [AC_DEFINE(HAVE_WEBKIT_ZOOM_API, 1,
 	                  [Define to 1 if webkit has zoom API])])
+  LIBS=$gimp_save_LIBS
 fi
 
 AM_CONDITIONAL(BUILD_HELP_BROWSER, test "x$have_webkit" = xyes)



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