aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 773eb2e5..5759e60b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,9 +74,8 @@ AC_DEFINE_UNQUOTED(CGIURL,"$CGIURL",[URL of CGI programs])
AC_ARG_WITH(trusted_path,
ACX_HELP_STRING([--with-trusted-path=PATH],
- [sets trusted path for executables called by scripts (default=/bin:/sbin:/usr/bin:/usr/sbin)]),
- with_trusted_path=$withval,
- with_trusted_path=/bin:/sbin:/usr/bin:/usr/sbin)
+ [sets trusted path for executables called by scripts]),
+ with_trusted_path=$withval)
AC_SUBST(with_trusted_path)
EXTRAS=