diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index da1e345cd..65bc08726 100644 --- a/configure.ac +++ b/configure.ac @@ -130,6 +130,17 @@ if test "$use_exec" = no ; then fi if test "$use_exec" = yes ; then + AC_MSG_CHECKING([for a restricted exec-path]) + AC_ARG_WITH(exec-path, + [ --with-exec-path=PATH restrict exec-path to PATH], + [if test "$withval" = yes ; then + withval=no + else + AC_DEFINE_UNQUOTED(USE_EXEC_PATH,"$withval", + [restrict exec-path to this]) + fi],withval=no) + AC_MSG_RESULT($withval) + AC_MSG_CHECKING([whether LDAP keyserver support is requested]) AC_ARG_ENABLE(ldap, [ --disable-ldap disable LDAP keyserver interface], |