From 5a1cefdb2f9d59f8bd51fec28cccb9dd56a0c141 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 6 Jan 2010 20:42:35 +0000 Subject: [PATCH] --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e4089d8fc..ddb426bd3 100755 --- a/configure +++ b/configure @@ -18577,7 +18577,7 @@ fi if test "${with_modules+set}" = set; then : withval=$with_modules; with_modules=$withval else - with_modules=$libtool_build_shared_libs + with_modules='no' fi diff --git a/configure.ac b/configure.ac index 8c2ea3c51..e0e056e1c 100755 --- a/configure.ac +++ b/configure.ac @@ -454,7 +454,7 @@ AC_ARG_WITH([modules], [AC_HELP_STRING([--with-modules], [enable building dynamically loadable modules])], [with_modules=$withval], - [with_modules=$libtool_build_shared_libs]) + [with_modules='no']) # Only allow building loadable modules if we are building shared libraries if test "$with_modules" != 'no' ; then -- 2.40.0