Richard Braakman's xml lib version test.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4970 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
James LewisMoss 2001-07-20 19:37:49 +00:00
parent 044f27d8e5
commit b6091e6448
2 changed files with 11 additions and 0 deletions

View File

@ -81,6 +81,7 @@ Fred Baube <fred@moremagic.com> for attempted Java port/MoneyDance
Dennis Björklund <dennisb@cs.chalmers.se> Swedish translation
Per Bojsen <bojsen@worldnet.att.net> several core dump fixes
Terry Boldt <tboldt@attglobal.net> financial calculator and expression parser
Richard Braakman <dark@xs4all.nl) xml version configure patch
Simon Britnell <simon.britnell@peace.com> patch to RPM spec
Christopher B. Browne <cbbrowne@hex.net> for perl, lots of scheme and documentation updates
Conrad Canterford <conrad@mail.watersprite.com.au> register bug fix

View File

@ -284,6 +284,13 @@ AC_SUBST(GLADE_LIBS)
AC_SUBST(GLADE_CFLAGS)
### --------------------------------------------------------------------------
### Check for lib uri and do the right thing
# AC_CHECK_LIB(uri, uri_alloc)
# if [ -z "$HAVE_LIBURI" ] ; then
### --------------------------------------------------------------------------
### Check for perl
@ -374,6 +381,9 @@ AC_SUBST(DB_LIBS)
GNOME_XML_CFLAGS=`$GNOME_CONFIG --cflags xml`
AC_SUBST(GNOME_XML_CFLAGS)
AC_CHECK_LIB(xml, xmlElemDump, [:], [
AC_MSG_ERROR([libxml 1.8.3 or newer required for GnuCash])
])
### --------------------------------------------------------------------------