2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

Don't error out if the user specified --disable-shared

This commit is contained in:
Todd C. Miller 2011-11-13 21:24:02 -05:00
parent 65b781a2ef
commit 19c98b62bf
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -13446,6 +13446,7 @@ if test "$enable_shared" = "no"; then
enable_dlopen=no
lt_cv_dlopen=none
lt_cv_dlopen_libs=
ac_cv_func_dlopen=no
else
eval _shrext="$shrext_cmds"
# Darwin uses .dylib for libraries but .so for modules

View File

@ -1376,6 +1376,7 @@ if test "$enable_shared" = "no"; then
enable_dlopen=no
lt_cv_dlopen=none
lt_cv_dlopen_libs=
ac_cv_func_dlopen=no
else
eval _shrext="$shrext_cmds"
# Darwin uses .dylib for libraries but .so for modules