From: Adam Dickmeiss Date: Fri, 7 Jul 2006 12:34:13 +0000 (+0000) Subject: Require YAZ 2.1.23 or later which defines XML2/XSLT cflags/libs. X-Git-Tag: YAZPP.1.0.2~19 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=36be234cea2889e546a98f46de4c742d9b9c4061;hp=63caccd96329d38750b23c1962bc6a37e7d3c7b5 Require YAZ 2.1.23 or later which defines XML2/XSLT cflags/libs. --- diff --git a/configure.ac b/configure.ac index 250420a..23f754d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl YAZ++ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.9 2006-07-07 06:18:24 adam Exp $ +dnl $Id: configure.ac,v 1.10 2006-07-07 12:34:13 adam Exp $ AC_PREREQ(2.59) AC_INIT([yazpp],[1.0.1],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) @@ -13,7 +13,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT(threads,2.1.18) +YAZ_INIT(threads,2.1.23) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi