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