From: Adam Dickmeiss Date: Mon, 10 Dec 2007 22:10:09 +0000 (+0000) Subject: No action-not-found rule for ICU. X-Git-Tag: YAZ.3.0.18~11 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=84338b9f4dba9266b24830e23b185204bc0f87a9;hp=52a0c81b9152036158b312173ec6006e9be8ab48 No action-not-found rule for ICU. --- diff --git a/configure.ac b/configure.ac index 22bbb49..c35a1c1 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.98 2007-11-15 08:33:15 adam Exp $ +dnl $Id: configure.ac,v 1.99 2007-12-10 22:10:09 adam Exp $ AC_PREREQ(2.59) AC_INIT([yaz],[3.0.17],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) @@ -314,10 +314,7 @@ dnl AC_SUBST(YAZ_CONFIG_CFLAGS) dnl dnl -AC_CHECK_ICU([3.6],[ - ICU_CPPFLAGS="$ICU_CPPFLAGS -D YAZ_HAVE_ICU=1"],[ - AC_MSG_WARN([For ICU support please install libicu36-dev or similar]) -]) +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])