dnl Zebra, Index Data Aps, 1995-2003
-dnl $Id: configure.in,v 1.78 2003-05-21 14:39:21 adam Exp $
+dnl $Id: configure.in,v 1.79 2003-05-26 20:07:40 adam Exp $
dnl
AC_INIT(include/zebraver.h)
AM_INIT_AUTOMAKE(idzebra,1.3.11)
dnl
AC_ARG_ENABLE(threads, [ --disable-threads disable threads],[enable_threads=$enableval],[enable_threads=yes])
if test "$enable_threads" = "yes"; then
- AM_CONDITIONAL(ISTHR,true)
yazflag=threads
else
- AM_CONDITIONAL(ISTHR,false)
yazflag=""
fi
YAZ_INIT($yazflag)
-
+if echo "$YAZINC"|grep YAZ_POSIX_THREADS=1 >/dev/null; then
+ AM_CONDITIONAL(ISTHR,true)
+else
+ AM_CONDITIONAL(ISTHR,false)
+fi
dnl ------ Look for Tcl
dnl See if user has specified location of tclConfig.sh; otherwise
dnl see if tclConfig.sh exists in same prefix lcoation as tclsh; otherwise