Bug fix in scan: first two entries wasn't returned.
[idzebra-moved-to-github.git] / configure.in
index b34226d..6f82b86 100644 (file)
@@ -1,5 +1,5 @@
 dnl Zebra, Index Data Aps, 1994-2000
-dnl $Id: configure.in,v 1.27 2001-02-26 22:14:59 adam Exp $
+dnl $Id: configure.in,v 1.29 2001-10-15 19:53:43 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
 AC_MSG_CHECKING(for package)
@@ -15,16 +15,16 @@ else
        AM_INIT_AUTOMAKE(zebra,1.1)
        if test ! -r ${srcdir}/isam; then
                mkdir ${srcdir}/isam
-               touch ${srcdir}/isam/Makefile.in
        fi
+       touch ${srcdir}/isam/Makefile.in
        if test ! -r ${srcdir}/isamc; then
                mkdir ${srcdir}/isamc
-               touch ${srcdir}/isamc/Makefile.in
        fi
+       touch ${srcdir}/isamc/Makefile.in
        if test ! -r ${srcdir}/isamb; then
                mkdir ${srcdir}/isamb
-               touch ${srcdir}/isamb/Makefile.in
        fi
+       touch ${srcdir}/isamb/Makefile.in
 fi
 AM_CONDITIONAL(ISZMBOL,test $PACKAGE = zmbol)
 dnl ------ Substitutions
@@ -77,7 +77,7 @@ else
 fi
 dnl
 dnl ------ times
-AC_CHECK_HEADERS(sys/times.h pthread.h)
+AC_CHECK_HEADERS(sys/times.h)
 dnl
 dnl ------- BZIP2
 AC_CHECK_LIB(bz2,bzCompressInit)