X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure;h=3c3b970a06bb12689a589ab2b682119387f29ffb;hb=33b5e2e3822214b25aa544688a2788086840b7a6;hp=47b4306e51e3a69f0541bcbc46a9477c27a3cb3e;hpb=9b2bfae4cadcc52c5facf342f1abaa0c885d6f11;p=yaz-moved-to-github.git diff --git a/configure b/configure index 47b4306..3c3b970 100755 --- a/configure +++ b/configure @@ -26,7 +26,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-tcpd[=PREFIX] enable TCP wrapper for server if available" ac_help="$ac_help - --disable-threads disable threads" + --enable-threads enable POSIX threads" # Initialize some variables set by options. # The variables have the same names as the options, with @@ -2252,7 +2252,7 @@ if test "${enable_threads+set}" = set; then enableval="$enable_threads" enable_threads=$enableval else - enable_threads=yes + enable_threads=no fi if test "$enable_threads" = "yes"; then @@ -2337,6 +2337,8 @@ EOF echo "$ac_t""no" 1>&6 fi fi + +YAZ_SRC_ROOT=`pwd` SUBDIRS_VAR="util odr $ASNMODULE $ILLMODULE zutil comstack ccl tab retrieval server include lib client ztest" trap '' 1 2 15 @@ -2471,6 +2473,7 @@ lib/Makefile client/Makefile ztest/Makefile doc/Makefile +yaz-config lib/yaz-config" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF @@ -2659,7 +2664,7 @@ cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -chmod +x lib/yaz-config +chmod +x lib/yaz-config yaz-config exit 0 EOF chmod +x $CONFIG_STATUS