X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=1170ef33f095596deadfe8b0be43afb0a5193054;hb=c2e065a4a7fa385b5658c1fcf1efa9f4ee4351e2;hp=221b17415a4df7c8f486755b45cca20b8c400ee5;hpb=5aaf79c4e4fbf5c5f17f136646e1933b5c989b7d;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index 221b174..1170ef3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1995-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.88 2007-07-10 14:28:37 adam Exp $ +dnl $Id: configure.ac,v 1.95 2007-10-22 12:21:38 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[3.0.9],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.15],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -209,7 +209,7 @@ fi AC_MSG_CHECKING([for libpcap (required for ziffy)]) if test -z "${PCAP_LIBS}"; then AC_MSG_RESULT([not found. ziffy disabled]) - if test "${PCAP_LIBS}"; then + if test "${PCAP_DIR}" = "yes"; then AC_MSG_ERROR([libpcap missing]) fi else @@ -313,9 +313,13 @@ fi dnl AC_SUBST(YAZ_CONFIG_CFLAGS) dnl -HAVETHREADS=0 +dnl +AC_CHECK_ICU(3.6, [], + AC_MSG_WARN([For ICU internationalizing support please install libicu36-dev + or similar])) dnl dnl ------ GNU threads +HAVETHREADS=0 AC_ARG_ENABLE(pth, [ --enable-pth enable GNU threads],[enable_pth=$enableval],[enable_pth=no]) AC_SUBST(LIBPTH) if test "$enable_pth" = "yes"; then