From: Sascha Schumann Date: Thu, 23 Sep 1999 20:27:17 +0000 (+0000) Subject: Link with libtsrm.a, if thread-safety is chosen. X-Git-Tag: before-sapi-split~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8ac4bb0694e8111c28f0017ca9223d3fff00b00;p=php Link with libtsrm.a, if thread-safety is chosen. --- 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@