summaryrefslogtreecommitdiff
path: root/sapi/thttpd/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/thttpd/config.m4')
-rw-r--r--sapi/thttpd/config.m43
1 files changed, 1 insertions, 2 deletions
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
])