mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user