From 3e8ac5d7f840932bb9d08cca3b21fbb574c60b31 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 3 Nov 2000 16:30:55 +0000 Subject: [PATCH] Fix build. # next time: CHECK that things WORK before committing.. --- sapi/caudium/config.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sapi/caudium/config.m4 b/sapi/caudium/config.m4 index ad8c8b6e31..e6ecefdc06 100644 --- a/sapi/caudium/config.m4 +++ b/sapi/caudium/config.m4 @@ -37,13 +37,13 @@ AC_ARG_WITH(caudium, *** Pike include dir: $PIKE_INCLUDE_DIR *** Pike version: $PIKE_VERSION" PIKE_INCLUDE_DIR=" -I$PIKE_INCLUDE_DIR " + + dnl Always use threads since thread-free support really blows. + PHP_BUILD_THREAD_SAFE + ]) AC_MSG_RESULT($RESULT) -dnl Always use threads since thread-free support really blows. - -PHP_BUILD_THREAD_SAFE - dnl ## Local Variables: dnl ## tab-width: 4 dnl ## End: -- 2.50.1