0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 13:38:55 +02:00

Remove --disable-shared-modules configure option.

It should have been removed when we removed the rest of that code.
This commit is contained in:
William Pitcock 2007-12-08 13:38:28 -06:00
parent 43de0f45a1
commit f13494df72

View file

@ -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