From 19c98b62bf5b4bfd1ba0911bdb4fc06aba9e1f3b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 13 Nov 2011 21:24:02 -0500 Subject: [PATCH] Don't error out if the user specified --disable-shared --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index c18dedf5b..b853147d3 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index b50b9cd3e..ea7341e1c 100644 --- a/configure.in +++ b/configure.in @@ -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