From 262f690e5fe50524b3da8fd4beb6339a8e34c4ef Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 18 Mar 2011 19:40:00 +0000 Subject: [PATCH] Bug #645173 - [PATCH] Configure check uses hardcoded webkit library name Patch by Andy Clayton. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20429 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 79373b72e3..b781c81c53 100644 --- a/configure.ac +++ b/configure.ac @@ -1005,7 +1005,7 @@ then *) # 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)