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
pull/1/head
Geert Janssens 15 years ago
parent 1476d069c6
commit 262f690e5f

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

Loading…
Cancel
Save