X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=2d7899674dc9fcb9cd5dafbae48616415f1d4d86;hb=74244d4b660d2e0222cfd5f5f6a61edf19f2b4fe;hp=05e24f28647974a2f74486229fdbf2e24c99a4b4;hpb=4e86449904e553e428a05347e57fd0263ef09cfa;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 05e24f2..2d78996 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ -dnl Zebra, Index Data Aps, 1995-2004 -dnl $Id: configure.in,v 1.91.2.5 2004-11-10 21:14:14 adam Exp $ +dnl Zebra, Index Data Aps, 1995-2005 +dnl $Id: configure.in,v 1.91.2.15 2005-10-27 17:39:09 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.19) +AM_INIT_AUTOMAKE(idzebra,1.3.30) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) @@ -21,7 +21,15 @@ AC_PROG_CPP AC_PROG_INSTALL AC_PROG_RANLIB dnl -YAZ_INIT($yazflag) +dnl ------ threads +AC_ARG_ENABLE(threads, [ --disable-threads disable threads],[enable_threa +ds=$enableval],[enable_threads=yes]) +if test "$enable_threads" = "yes"; then + yazflag=threads +else + yazflag="" +fi +YAZ_INIT($yazflag,2.0.18) YAZ_DOC dnl ------ Look for Tcl dnl See if user has specified location of tclConfig.sh; otherwise @@ -73,6 +81,12 @@ dnl dnl ------ times AC_CHECK_HEADERS(sys/times.h) dnl +dnl ------ crypt +AC_CHECK_LIB(crypt, crypt) +if test "$ac_cv_lib_crypt_crypt" = "yes"; then + AC_CHECK_HEADERS(crypt.h) +fi +dnl dnl ------ mkstemp AC_CHECK_FUNCS(mkstemp) dnl @@ -345,7 +359,7 @@ if test -x "$perlbin"; then res=`cd perl ; $perlbin Makefile.PL ; cd .. ;`; fi if test -z "$YAZLIB"; then - echo "YAZ was not found. Use --with-yazconfig=DIR to specify location." + echo "YAZ was not found. Use --with-yaz=DIR to specify location." test -f /etc/debian_version && echo "Debian package libyaz-dev is required." fi