mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Use more recent libxml
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14265 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
035082da71
commit
8c096e950f
3 changed files with 7 additions and 2 deletions
|
@ -886,7 +886,7 @@ AC_SUBST(WITH_FFI)
|
|||
saved_LIBS="$LIBS"
|
||||
saved_CFLAGS="$CFLAGS"
|
||||
|
||||
AM_PATH_XML(2.2.3, enable_libxml=yes, enable_libxml=no)
|
||||
AM_PATH_XML(2.3.0, enable_libxml=yes, enable_libxml=no)
|
||||
if test $enable_libxml = yes; then
|
||||
CPPFLAGS="$CPPFLAGS $XML_CFLAGS"
|
||||
LIBS="$LIBS $XML_LIBS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue