X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure;h=b61b06f9f2661d2ba49192ddb98c6515ec427d4c;hb=53d3f4a26c04bd272452cac57cb4672456027324;hp=fcfc3339587a2e65a06e614bff01ec293d3b0e34;hpb=bc5e5d4ed7440baeac26adbbeedc5719d9b18dac;p=yaz-moved-to-github.git diff --git a/configure b/configure index fcfc333..b61b06f 100755 --- a/configure +++ b/configure @@ -24,9 +24,9 @@ ac_help="$ac_help ac_help="$ac_help --disable-comp use old encoders, i.e. disable the YAZ ASN.1 Compiler" ac_help="$ac_help - --enable-tcpd[=PREFIX] enable TCP wrapper for server if available" + --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 @@ -2096,7 +2096,7 @@ if test "${enable_tcpd+set}" = set; then : fi -if test "$enable_tcpd" != "no"; then +if test "$enable_tcpd" != ""; then oldLibs=$LIBS oldCPPFLAGS=$CPPFLAGS if test "$enable_tcpd" != "yes"; then @@ -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