X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=fc0c36042bdf3a0cec183514d51b802306e89ed6;hp=758f4dd84788b90b043e9514409480f012f3f9bf;hb=057a87ae00b04e7b14a67258006dbfc485af2263;hpb=1757a898179e7e22bf2505354c308e8e353c0b0b diff --git a/configure.ac b/configure.ac index 758f4dd..fc0c360 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.32 2006-08-16 22:50:06 adam Exp $ +dnl $Id: configure.ac,v 1.36 2006-09-04 12:09:53 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.27],[adam@indexdata.dk]) +AC_INIT([yaz],[2.1.29],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -164,7 +164,7 @@ if test "$with_iconv" != "no"; then ]) fi dnl ------ various functions -AC_CHECK_FUNCS(vsnprintf gettimeofday poll strerror_r localtime_r usleep fopen64) +AC_CHECK_FUNCS(getaddrinfo vsnprintf gettimeofday poll strerror_r localtime_r usleep fopen64) case $host in *-*-darwin*) trypoll="no";