X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=3e51511cfd388208e3b573261dfdb1c792fc3f10;hb=55119209417d079125b94c4a708cdc0efa0a7446;hp=650f792bdf013d63a32296f1b5511c91bade4d67;hpb=2083c7f425383e5def0200d98492aecaf6f5f509;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index 650f792..3e51511 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl YAZ Toolkit, Index Data 1995-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.104 2008-01-16 11:31:48 adam Exp $ +dnl $Id: configure.ac,v 1.106 2008-01-16 12:47:18 adam Exp $ AC_PREREQ(2.59) AC_INIT([yaz],[3.0.21],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) @@ -272,9 +272,6 @@ if test "$enable_tcpd" -a "$enable_tcpd" != "no"; then fi dnl AC_SUBST(YAZ_CONFIG_CFLAGS) -dnl -dnl -AC_CHECK_ICU([3.6],[ICU_CPPFLAGS="$ICU_CPPFLAGS -D YAZ_HAVE_ICU=1"]) dnl ------ GNU threads HAVETHREADS=0 AC_ARG_ENABLE(pth, [ --enable-pth enable GNU threads],[enable_pth=$enableval],[enable_pth=no]) @@ -322,10 +319,12 @@ fi dnl ----- libXSLT/libEXLT/libXML2 AC_SUBST(XML2_CFLAGS) +xml_enabled=false YAZ_LIBXML2( [ AC_DEFINE(YAZ_HAVE_XML2) YAZ_CONFIG_CFLAGS="$YAZ_CONFIG_CFLAGS -DYAZ_HAVE_XML2=1" + xml_enabled=true ] ) @@ -349,6 +348,16 @@ if test "$XML2_LIBS"; then fi dnl +dnl +AC_CHECK_ICU([3.6],[ + if test "$xml_enabled" = "true"; then + ICU_CPPFLAGS="$ICU_CPPFLAGS -D YAZ_HAVE_ICU=1" + else + ICU_CPPFLAGS="" + AC_MSG_WARN([ICU support disabled because XML support is unavailable]) + fi +]) +dnl dnl ------ Memory debugging AC_ARG_ENABLE(memdebug, [ --enable-memdebug enable memory debugging],[enable_memdebug=$enableval],[enable_memdebug=none]) if test "$enable_memdebug" = "yes"; then