From 343bf33b2f34cb466571c4572d232478d5dbdd7c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 19 Jul 2010 07:15:17 -0600 Subject: [PATCH] Make --disable-loadable-modules work again --- configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.47.2