Use confstr(_CS_GNU_LIBPTHREAD_VERSION ..) to determine whether fcntl
[idzebra-moved-to-github.git] / configure.ac
index e0d6789..31aa332 100644 (file)
@@ -1,5 +1,5 @@
 dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.21 2006-06-29 14:10:33 adam Exp $
+dnl $Id: configure.ac,v 1.22 2006-07-03 09:50:51 adam Exp $
 dnl
 AC_PREREQ(2.59)
 AC_INIT([idzebra],[2.0.0],[adam@indexdata.dk])
@@ -129,8 +129,8 @@ else
     AC_DEFINE(HAVE_TCL_H,0)
 fi
 dnl
-dnl ------ mkstemp
-AC_CHECK_FUNCS(mkstemp)
+dnl ------ various functions
+AC_CHECK_FUNCS(mkstemp confstr)
 dnl
 dnl ------ GNU Readline
 READLINE_SHARED_LIBADD=""