X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=0d0f1c39eef877715555723e5a43a5fe8269f2e9;hb=43a7aff23f364fd3fac6e9746c53cda01be13738;hp=0222ce6fe1281725d06c594d7c3e52e501b441df;hpb=44522d349d922250169fe57b89dadbc6a1d12dab;p=yaz-moved-to-github.git diff --git a/configure.in b/configure.in index 0222ce6..0d0f1c3 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2005 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.178 2005-05-18 20:23:47 adam Exp $ +dnl $Id: configure.in,v 1.183 2005-06-23 13:09:42 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.1.5) +AM_INIT_AUTOMAKE(yaz, 2.1.9) AM_MAINTAINER_MODE dnl AC_SUBST(READLINE_LIBS) @@ -160,7 +160,7 @@ if test "$with_iconv" != "no"; then ]) fi dnl ------ various functions -AC_CHECK_FUNCS(vsnprintf gettimeofday poll strerror_r usleep) +AC_CHECK_FUNCS(vsnprintf gettimeofday poll strerror_r usleep fopen64) if test "$ac_cv_func_poll" = "yes"; then AC_CHECK_HEADERS(sys/poll.h) fi