add some to libgal failure message.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4489 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.6
James LewisMoss 25 years ago
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…
Cancel
Save