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:
James LewisMoss 2001-06-06 14:50:24 +00:00
parent 1749d15d4e
commit 4c8afa061a

View File

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