From: foobar Date: Fri, 3 Nov 2000 16:30:55 +0000 (+0000) Subject: Fix build. X-Git-Tag: php-4.0.4RC3~338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e8ac5d7f840932bb9d08cca3b21fbb574c60b31;p=php Fix build. # next time: CHECK that things WORK before committing.. --- 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: