]> granicus.if.org Git - php/commitdiff
Fix build.
authorfoobar <sniper@php.net>
Fri, 3 Nov 2000 16:30:55 +0000 (16:30 +0000)
committerfoobar <sniper@php.net>
Fri, 3 Nov 2000 16:30:55 +0000 (16:30 +0000)
# next time: CHECK that things WORK before committing..

sapi/caudium/config.m4

index ad8c8b6e313fca4f4b7e568d4509cb42368bcec4..e6ecefdc06c5082293c2699b75eee1478012fd1d 100644 (file)
@@ -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: