diff options
Diffstat (limited to 'sapi/phttpd')
-rw-r--r-- | sapi/phttpd/config.h.stub | 1 | ||||
-rw-r--r-- | sapi/phttpd/config.m4 | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sapi/phttpd/config.h.stub b/sapi/phttpd/config.h.stub deleted file mode 100644 index 56c1d73baa..0000000000 --- a/sapi/phttpd/config.h.stub +++ /dev/null @@ -1 +0,0 @@ -#undef HAVE_PHTTPD diff --git a/sapi/phttpd/config.m4 b/sapi/phttpd/config.m4 index 299e69225c..21dbe1fb31 100644 --- a/sapi/phttpd/config.m4 +++ b/sapi/phttpd/config.m4 @@ -11,7 +11,7 @@ AC_ARG_WITH(phttpd, PHP_BUILD_THREAD_SAFE PHTTPD_DIR=$withval AC_ADD_INCLUDE($PHTTPD_DIR/include) - AC_DEFINE(HAVE_PHTTPD) + AC_DEFINE(HAVE_PHTTPD,1,[Whether you have phttpd]) PHP_SAPI=phttpd PHP_BUILD_SHARED INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED $PHTTPD_DIR/modules/" |