Hard-code sudoers.so instead of using SUDOERS_PLUGIN since libtool

appears to always install a shared object with the .so suffix.
This commit is contained in:
Todd C. Miller
2010-03-18 12:02:05 -04:00
parent ba9d2f5bb6
commit 5be1b80169
4 changed files with 1 additions and 12 deletions

6
configure vendored
View File

@@ -26286,10 +26286,6 @@ _ACEOF
eval PLUGINDIR="$with_plugindir"
cat >>confdefs.h <<EOF
#define _PATH_SUDO_PLUGIN_DIR "$PLUGINDIR"
EOF
cat >>confdefs.h <<EOF
#define SUDOERS_PLUGIN "sudoers$_shrext"
EOF
exec_prefix="$oexec_prefix"
@@ -27730,8 +27726,6 @@ fi