summaryrefslogtreecommitdiff
path: root/sapi/caudium/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-11-03 16:30:55 +0000
committerfoobar <sniper@php.net>2000-11-03 16:30:55 +0000
commit3e8ac5d7f840932bb9d08cca3b21fbb574c60b31 (patch)
treeedd650cbece0840896dbd6cd099a034ff322be37 /sapi/caudium/config.m4
parent0feb2a21e5d4c3f6466e78cd6509076e41b45d37 (diff)
downloadphp-git-3e8ac5d7f840932bb9d08cca3b21fbb574c60b31.tar.gz
Fix build.
# next time: CHECK that things WORK before committing..
Diffstat (limited to 'sapi/caudium/config.m4')
-rw-r--r--sapi/caudium/config.m48
1 files 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: