From: Lubomir Sedlacik Date: Sun, 18 Aug 2002 02:44:30 +0000 (+0000) Subject: don't call AM_CONDITIONAL conditonally for SILC_THREADS. this fixes autoconf X-Git-Tag: silc.client.0.9.5~29 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=c412626b72ef25544ccbfa91d7aa1bff737c2155 don't call AM_CONDITIONAL conditonally for SILC_THREADS. this fixes autoconf 2.5x error on *BSD systems. pointed out by Thorsten Schroeder on silc-devel --- diff --git a/configure.in.pre b/configure.in.pre index 6e9d7c58..dd91ea9b 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -578,6 +578,7 @@ AC_CHECK_HEADERS(pthread.h, want_threads=true fi ]) +fi AM_CONDITIONAL(SILC_THREADS, test x$want_threads = xtrue) if test x$want_threads = xtrue; then @@ -622,7 +623,6 @@ if test x$want_threads = xtrue; then LIBS="$TMP_LIBS $LIBS" fi -fi # # Other configure scripts