diff options
| author | Sascha Schumann <sas@php.net> | 2002-03-07 14:20:02 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2002-03-07 14:20:02 +0000 |
| commit | 9d9d39a0de3bec962c343051011f5a2ed7d7b242 (patch) | |
| tree | 09eb178e4b55da1d73d059067a5ed96ecb2c6464 /sapi/thttpd | |
| parent | 0e17eea049ba7c77351d2166e89524388922ce80 (diff) | |
| download | php-git-9d9d39a0de3bec962c343051011f5a2ed7d7b242.tar.gz | |
Please welcome the new build system.
If you encounter any problems, please make sure to email sas@php.net
directly.
An introduction can be found on
http://schumann.cx/buildv5.txt
Diffstat (limited to 'sapi/thttpd')
| -rw-r--r-- | sapi/thttpd/Makefile.in | 5 | ||||
| -rw-r--r-- | sapi/thttpd/config.m4 | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/sapi/thttpd/Makefile.in b/sapi/thttpd/Makefile.in deleted file mode 100644 index a18d0f8d18..0000000000 --- a/sapi/thttpd/Makefile.in +++ /dev/null @@ -1,5 +0,0 @@ - -LTLIBRARY_NAME = libsapi.la -LTLIBRARY_SOURCES = stub.c - -include $(top_srcdir)/build/ltlib.mk diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index 99497efcf1..cb3764152b 100644 --- a/sapi/thttpd/config.m4 +++ b/sapi/thttpd/config.m4 @@ -18,8 +18,7 @@ AC_ARG_WITH(thttpd, (cd $THTTPD && patch < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)" PHP_THTTPD="yes, using $THTTPD" PHP_ADD_INCLUDE($THTTPD) - PHP_BUILD_STATIC - PHP_SAPI=thttpd + PHP_SELECT_SAPI(thttpd, static) ],[ PHP_THTTPD=no ]) |
