summaryrefslogtreecommitdiff
path: root/sapi/thttpd
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-05-12 11:09:05 +0000
committerSascha Schumann <sas@php.net>2001-05-12 11:09:05 +0000
commitafdaee9e471a7447892791a3d1286f49bd06aa2b (patch)
tree8e270b9f9e98567c041b42a2a103bb39c58c5579 /sapi/thttpd
parent9982ff568a3c3d42bd82ff64efb367d4667f8c53 (diff)
downloadphp-git-afdaee9e471a7447892791a3d1286f49bd06aa2b.tar.gz
Nuke more quotes
Diffstat (limited to 'sapi/thttpd')
-rw-r--r--sapi/thttpd/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4
index e3a1470de2..afe49a2c09 100644
--- a/sapi/thttpd/config.m4
+++ b/sapi/thttpd/config.m4
@@ -15,7 +15,7 @@ AC_ARG_WITH(thttpd,
PHP_BUILD_STATIC
PHP_SAPI=thttpd
],[
- PHP_THTTPD="no"
+ PHP_THTTPD=no
])
AC_MSG_CHECKING(for thttpd)