summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2017-11-07 08:36:27 +0000
committerJoe Orton <jorton@apache.org>2017-11-07 08:36:27 +0000
commitc440035838b19bffcd3121fcbe418ff04b9066f6 (patch)
tree287edfc2037b95bfe1eed1ee575560d34cc76bbe /configure.in
parent486963fd637ed4dae1351c063d2b24abb8e540f8 (diff)
downloadhttpd-c440035838b19bffcd3121fcbe418ff04b9066f6.tar.gz
* configure.in: Fix help text for --with-suexec-syslog.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 81f3d64f69..9cda3d86c7 100644
--- a/configure.in
+++ b/configure.in
@@ -819,7 +819,7 @@ APACHE_HELP_STRING(--with-suexec-logfile,Set the logfile),[
])
AC_ARG_WITH(suexec-syslog,
-APACHE_HELP_STRING(--with-suexec-syslog,Set the logfile),[
+APACHE_HELP_STRING(--with-suexec-syslog,Use syslog for suexec logging),[
if test $withval = "yes"; then
if test "x${with_suexec_logfile}" != "xno"; then
AC_MSG_NOTICE([hint: use "--without-suexec-logfile --with-suexec-syslog"])