From: Amos Jeffries Date: Mon, 19 Jul 2010 13:15:17 +0000 (-0600) Subject: Make --disable-loadable-modules work again X-Git-Tag: SQUID_3_2_0_1~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=343bf33b2f34cb466571c4572d232478d5dbdd7c;p=thirdparty%2Fsquid.git Make --disable-loadable-modules work again --- diff --git a/configure.in b/configure.in index e32395fc96..87913be6f7 100644 --- a/configure.in +++ b/configure.in @@ -110,10 +110,7 @@ else fi LT_INIT([dlopen]) -if test $use_loadable_modules = yes; -then - LTDL_INIT -fi +LTDL_INIT([recursive]) dnl LibTool environment is now prepared for setup. Check that it is usable and initialize. LT_LIB_DLLOAD