From f13494df728305e0474f2a83cf6d35f2e588eb94 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 8 Dec 2007 13:38:28 -0600 Subject: [PATCH] Remove --disable-shared-modules configure option. It should have been removed when we removed the rest of that code. --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index c18071f..5342ba1 100644 --- a/configure.ac +++ b/configure.ac @@ -971,10 +971,7 @@ AC_HELP_STRING([--with-topiclen=NUMBER],[Set the max topic length to NUMBER (def AC_DEFINE_UNQUOTED(TOPICLEN, ${TOPICLEN}, [Maximum topic length (<=390)]) AC_DEFINE_UNQUOTED(NICKLEN, (${NICKLEN}+1), [Nickname length]) -AC_ARG_ENABLE(shared-modules, -AC_HELP_STRING([--disable-shared-modules],[ Disable shared modules.]), -[shared_modules=$enableval], [shared_modules="yes"]) - +shared_modules="yes" dnl Some first-stage sanity checks. if test "$shared_modules" = yes; then @@ -1265,7 +1262,6 @@ Configuration: Ziplinks : $zlib OpenSSL : $openssl - Modules : $modules IPv6 support : $have_v6 Socket Engine : $SELECT_TYPE Small network : $small_net