diff --git a/configure b/configure index c7c643bec..221d69bcc 100755 --- a/configure +++ b/configure @@ -24525,7 +24525,8 @@ fi if test X"$with_noexec" != X"no" then : - # Check for non-standard exec functions + + # Check for non-standard exec functions ac_fn_c_check_func "$LINENO" "exect" "ac_cv_func_exect" if test "x$ac_cv_func_exect" = xyes then : @@ -24564,7 +24565,7 @@ fi fi -] + fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext diff --git a/configure.ac b/configure.ac index 174c5775d..b570aa6ee 100644 --- a/configure.ac +++ b/configure.ac @@ -3022,7 +3022,7 @@ AC_CHECK_FUNCS([setpassent setgroupent]) dnl dnl Function checks for sudo_noexec dnl -AS_IF([test X"$with_noexec" != X"no"], +AS_IF([test X"$with_noexec" != X"no"], [ # Check for non-standard exec functions AC_CHECK_FUNCS([exect execvP execvpe]) # Check for posix_spawn, and posix_spawnp