summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-09-23 20:27:17 +0000
committerSascha Schumann <sas@php.net>1999-09-23 20:27:17 +0000
commitc8ac4bb0694e8111c28f0017ca9223d3fff00b00 (patch)
treeffc2c3d7dacee439e97c85c53aa0d288d495cbdb /Makefile.in
parentf0ee629b04300df93a26e96da3f59191fd2e5c81 (diff)
downloadphp-git-c8ac4bb0694e8111c28f0017ca9223d3fff00b00.tar.gz
Link with libtsrm.a, if thread-safety is chosen.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7e8d6faee3..9fc5c8a6ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -91,7 +91,7 @@ maintainer-clean-depend-recursive:
# CGI binary or fhttpd module
php: all-recursive $(OBJS) @REGEX_LIB@ @FHTTPD_LIB@ @TSRM_LIB@
- $(CC) $(CFLAGS) -o $(BINNAME) $(LDFLAGS) $(OBJS) $(LIBS)
+ $(CC) $(CFLAGS) -o $(BINNAME) $(LDFLAGS) $(OBJS) $(LIBS) @TSRM_LIB@
# Apache modules
libphp4.a libmodphp4.a: all-recursive $(OBJS) @REGEX_LIB@