r20429 - gnucash/trunk - Bug #645173 - [PATCH] Configure check uses hardcoded webkit library

Geert Janssens gjanssens at code.gnucash.org
Fri Mar 18 15:40:00 EDT 2011


Author: gjanssens
Date: 2011-03-18 15:40:00 -0400 (Fri, 18 Mar 2011)
New Revision: 20429
Trac: http://svn.gnucash.org/trac/changeset/20429

Modified:
   gnucash/trunk/configure.ac
Log:
Bug #645173 - [PATCH] Configure check uses hardcoded webkit library
name

Patch by Andy Clayton.

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2011-03-17 17:55:12 UTC (rev 20428)
+++ gnucash/trunk/configure.ac	2011-03-18 19:40:00 UTC (rev 20429)
@@ -1005,7 +1005,7 @@
         *)
           # Unsure - check functions exist
           oLIBS="$LIBS"
-          LIBS="$LIBS -lwebkit-1.0"
+          LIBS="$LIBS ${WEBKIT_LIBS}"
           AC_CHECK_FUNCS(webkit_web_view_load_uri)
           LIBS="$oLIBS"
           AC_MSG_CHECKING(for webkit_web_frame_print_full)



More information about the gnucash-changes mailing list