From: Todd C. Miller Date: Sun, 12 Aug 2007 22:55:37 +0000 (+0000) Subject: fix sudo_noexec extension which got broken in the libtool update X-Git-Tag: SUDO_1_7_0~444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f90beb2b2b2b745e5f5283362f7b14aebff971f7;p=sudo fix sudo_noexec extension which got broken in the libtool update --- diff --git a/configure b/configure index 23ab7e117..3620d0e41 100755 --- a/configure +++ b/configure @@ -10401,7 +10401,7 @@ CC="$lt_save_CC" if test "$enable_shared" = "no"; then with_noexec=no else - eval _shrext="$shrext" + eval _shrext="$shrext_cmds" fi echo "$as_me:$LINENO: checking path to sudo_noexec.so" >&5 echo $ECHO_N "checking path to sudo_noexec.so... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index 9375f0710..4dfd39015 100644 --- a/configure.in +++ b/configure.in @@ -1157,7 +1157,7 @@ dnl if test "$enable_shared" = "no"; then with_noexec=no else - eval _shrext="$shrext" + eval _shrext="$shrext_cmds" fi AC_MSG_CHECKING(path to sudo_noexec.so) AC_ARG_WITH(noexec, [ --with-noexec[=PATH] fully qualified pathname of sudo_noexec.so],