mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
add some to libgal failure message.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4489 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1749d15d4e
commit
4c8afa061a
@ -372,7 +372,7 @@ GTKHTML_LIBS=`$GNOME_CONFIG --libs gtkhtml`
|
||||
GTKHTML_CFLAGS=`$GNOME_CONFIG --cflags gtkhtml`
|
||||
|
||||
AC_CHECK_LIB(gal, main, true,
|
||||
[AC_MSG_ERROR([gal library not found])],
|
||||
[AC_MSG_ERROR([gal library not found. See the README for more info.])],
|
||||
`$GNOME_CONFIG --libs gal`)
|
||||
|
||||
# check for gtkhtml and enable it via HAVE_LIBGTKHTML
|
||||
|
Loading…
Reference in New Issue
Block a user