X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=53257da238c2208cafdc91d5c2d2b7c5044cf476;hp=758f4dd84788b90b043e9514409480f012f3f9bf;hb=8a0937d20238aa0f26e564f7eacc0483acb102da;hpb=2faa91f8c7375275f7435916b40be2176379f9ee diff --git a/configure.ac b/configure.ac index 758f4dd..53257da 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.32 2006-08-16 22:50:06 adam Exp $ +dnl $Id: configure.ac,v 1.33 2006-08-30 12:04:42 adam Exp $ AC_PREREQ(2.59) AC_INIT([yaz],[2.1.27],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) @@ -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(gethostbyname_r vsnprintf gettimeofday poll strerror_r localtime_r usleep fopen64) case $host in *-*-darwin*) trypoll="no";