summaryrefslogtreecommitdiff
path: root/sapi/phttpd
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phttpd')
-rw-r--r--sapi/phttpd/config.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/sapi/phttpd/config.m4 b/sapi/phttpd/config.m4
index 038fbc8e8a..d3d3c6d665 100644
--- a/sapi/phttpd/config.m4
+++ b/sapi/phttpd/config.m4
@@ -1,9 +1,11 @@
-dnl ## $Id$ -*- sh -*-
+dnl
+dnl $Id$
+dnl
RESULT=no
AC_MSG_CHECKING(for PHTTPD support)
AC_ARG_WITH(phttpd,
-[ --with-phttpd=DIR],
+[ --with-phttpd=DIR Build PHP as phttpd module],
[
if test ! -d $withval ; then
AC_MSG_ERROR(You did not specify a directory)