diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 7e8c810..7562ca4 100644 --- a/configure.in +++ b/configure.in | |||
@@ -75,9 +75,8 @@ AC_DEFINE_UNQUOTED(CGIURL,"$CGIURL",[URL of CGI programs]) | |||
75 | 75 | ||
76 | AC_ARG_WITH(trusted_path, | 76 | AC_ARG_WITH(trusted_path, |
77 | ACX_HELP_STRING([--with-trusted-path=PATH], | 77 | ACX_HELP_STRING([--with-trusted-path=PATH], |
78 | [sets trusted path for executables called by scripts (default=/bin:/sbin:/usr/bin:/usr/sbin)]), | 78 | [sets trusted path for executables called by scripts]), |
79 | with_trusted_path=$withval, | 79 | with_trusted_path=$withval) |
80 | with_trusted_path=/bin:/sbin:/usr/bin:/usr/sbin) | ||
81 | AC_SUBST(with_trusted_path) | 80 | AC_SUBST(with_trusted_path) |
82 | 81 | ||
83 | EXTRAS= | 82 | EXTRAS= |