mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05: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:
+1
-1
@@ -1005,7 +1005,7 @@ then
|
|||||||
*)
|
*)
|
||||||
# Unsure - check functions exist
|
# Unsure - check functions exist
|
||||||
oLIBS="$LIBS"
|
oLIBS="$LIBS"
|
||||||
LIBS="$LIBS -lwebkit-1.0"
|
LIBS="$LIBS ${WEBKIT_LIBS}"
|
||||||
AC_CHECK_FUNCS(webkit_web_view_load_uri)
|
AC_CHECK_FUNCS(webkit_web_view_load_uri)
|
||||||
LIBS="$oLIBS"
|
LIBS="$oLIBS"
|
||||||
AC_MSG_CHECKING(for webkit_web_frame_print_full)
|
AC_MSG_CHECKING(for webkit_web_frame_print_full)
|
||||||
|
|||||||
Reference in New Issue
Block a user