summaryrefslogtreecommitdiff
path: root/sapi/phttpd
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-11-30 19:01:32 +0000
committerfoobar <sniper@php.net>2001-11-30 19:01:32 +0000
commitf43b57190c08fd9497fed6e6db0d98de83df4517 (patch)
tree04dbf74e8775ef91bdbc9c094bfb21394302008f /sapi/phttpd
parentf1397d533969095577f9d11005015a1291b16568 (diff)
downloadphp-git-f43b57190c08fd9497fed6e6db0d98de83df4517.tar.gz
Added missing cvs ids and unified configure messages.
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)