From: Todd C. Miller Date: Tue, 2 Apr 2013 16:25:54 +0000 (-0400) Subject: Do exec_prefix expansion when enable_shared even if noexec is X-Git-Tag: SUDO_1_8_7~1^2~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7364f0ce98f82c823b0d52b79c6941d449c6be57;p=sudo Do exec_prefix expansion when enable_shared even if noexec is not enabled. --- diff --git a/configure b/configure index 40d938779..28259c5ad 100755 --- a/configure +++ b/configure @@ -21302,7 +21302,7 @@ CROSS_COMPILING="$cross_compiling" test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)' -if test X"$with_noexec" != X"no" -o X"$with_selinux" != X"no"; then +if test X"$with_noexec" != X"no" -o X"$with_selinux" != X"no" -o "$enabled_shared" != X"no"; then oexec_prefix="$exec_prefix" if test "$exec_prefix" = '$(prefix)'; then if test "$prefix" = "NONE"; then @@ -21338,20 +21338,22 @@ EOF EOF fi - PLUGINDIR="$with_plugindir" - _PLUGINDIR= - while test X"$PLUGINDIR" != X"$_PLUGINDIR"; do - _PLUGINDIR="$PLUGINDIR" - eval PLUGINDIR="$_PLUGINDIR" - done - cat >>confdefs.h <>confdefs.h <>confdefs.h <>confdefs.h <