X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=3826b29200c89e839974e86d4ee9d798904bddf4;hp=8155ad5b17707604f0266a101d9d6d9d71fa2774;hb=ba1eb985bfd53a8cfbfd251e65688921dba56236;hpb=c0b99bede94110bb6a6e824e5596c9eabe6f82dc diff --git a/configure.ac b/configure.ac index 8155ad5..3826b29 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.31 2006-08-15 13:34:39 adam Exp $ +dnl $Id: configure.ac,v 1.42 2006-10-04 12:49:39 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.26],[adam@indexdata.dk]) +AC_INIT([yaz],[2.1.35],[yaz-help@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";