mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
044f27d8e5
commit
b6091e6448
1
AUTHORS
1
AUTHORS
@ -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
|
||||
|
10
configure.in
10
configure.in
@ -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])
|
||||
])
|
||||
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user