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
This commit is contained in:
Geert Janssens
2011-03-18 19:40:00 +00:00
parent 1476d069c6
commit 262f690e5f

View File

@@ -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)