X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=ab6ef9ecc18a7d6812c7b87653fe6dc3a3eca1ec;hp=73845d876b6f8789aa8b72fb577d4b750909329c;hb=ae5c8868f2bee81cebddf3251432eb47c3da3591;hpb=c0765995c15b95d23d183c43fda4516ad47b1f53 diff --git a/configure.ac b/configure.ac index 73845d8..ab6ef9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.43 2006-12-22 12:13:39 adam Exp $ +dnl $Id: configure.ac,v 1.44 2007-01-05 10:45:11 adam Exp $ dnl AC_PREREQ(2.59) AC_INIT([idzebra],[2.0.7],[zebra-help@indexdata.dk]) @@ -25,7 +25,7 @@ AC_PROG_CPP AM_PROG_LIBTOOL dnl dnl ------ headers -AC_CHECK_HEADERS(sys/resource.h sys/times.h sys/time.h sys/wait.h sys/utsname.h unistd.h) +AC_CHECK_HEADERS(sys/resource.h sys/time.h sys/wait.h sys/utsname.h unistd.h) dnl ------ crypt AC_CHECK_LIB(crypt, crypt) if test "$ac_cv_lib_crypt_crypt" = "yes"; then @@ -41,7 +41,7 @@ else fi dnl dnl ------ YAZ -YAZ_INIT($yazflag,2.1.40) +YAZ_INIT($yazflag,2.1.45) if test "$YAZVERSION" = "NONE"; then AC_MSG_ERROR([YAZ development libraries required]) fi