mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Don't error out if the user specified --disable-shared
This commit is contained in:
parent
65b781a2ef
commit
19c98b62bf
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user