]> granicus.if.org Git - sudo/commitdiff
fix sudo_noexec extension which got broken in the libtool update
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 12 Aug 2007 22:55:37 +0000 (22:55 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 12 Aug 2007 22:55:37 +0000 (22:55 +0000)
configure
configure.in

index 23ab7e1179913ba7d4c9e3a39494ac7430dd7d21..3620d0e41e1469c8f39cc886d3b480c71e6d37ad 100755 (executable)
--- 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
index 9375f07109eabb19ad75ae86dfd332fb8a34f585..4dfd39015a26f970898c6b79b6c3d9ab985d3367 100644 (file)
@@ -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],