From c412626b72ef25544ccbfa91d7aa1bff737c2155 Mon Sep 17 00:00:00 2001 From: Lubomir Sedlacik Date: Sun, 18 Aug 2002 02:44:30 +0000 Subject: [PATCH] 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 --- configure.in.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.24.0