summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-05-03 11:11:23 +0000
committerStig Bakken <ssb@php.net>1999-05-03 11:11:23 +0000
commit9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5 (patch)
treedf443a4ff508290695c3429e69d70c385d90dbaf /buildconf
parent9a4031ad64feed4c56de601b83744a9822d4dcfa (diff)
downloadphp-git-9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5.tar.gz
* added --enable-thread-safety switch
* now generating internal_functions.c
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index 8008eb73d5..90027ec3d8 100755
--- a/buildconf
+++ b/buildconf
@@ -24,5 +24,5 @@ else
echo created or modified configure
fi
-cd libzend; ./buildconf libzend/
-
+(cd libzend; ./buildconf libzend/)
+(cd TSRM; ./buildconf TSRM/)