diff options
author | Stig Bakken <ssb@php.net> | 1999-05-03 11:11:23 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-05-03 11:11:23 +0000 |
commit | 9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5 (patch) | |
tree | df443a4ff508290695c3429e69d70c385d90dbaf /buildconf | |
parent | 9a4031ad64feed4c56de601b83744a9822d4dcfa (diff) | |
download | php-git-9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5.tar.gz |
* added --enable-thread-safety switch
* now generating internal_functions.c
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,5 +24,5 @@ else echo created or modified configure fi -cd libzend; ./buildconf libzend/ - +(cd libzend; ./buildconf libzend/) +(cd TSRM; ./buildconf TSRM/) |