From fe0992a6aba0a7a95b666ecb52df8ce1a6d5a723 Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sun, 19 Sep 2004 10:28:02 +0000 Subject: BUILD : 1.7.5 (351) BUGS : N/A NOTES : Rewrote the internals of moduleData, this will save _lots_ of memory especially on larger networks. The downside is modules using it need to make a tiny, tiny change... :/ git-svn-id: svn://svn.anope.org/anope/trunk@351 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@227 5417fbe8-f217-4b02-8779-1006273d7864 --- Config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Config') diff --git a/Config b/Config index 7dee042fa..51ff6ae9c 100755 --- a/Config +++ b/Config @@ -378,5 +378,8 @@ if [ "$UMASK" != "" ] ; then WITH_PERM=" --with-permissions=$UMASK" fi + +echo "./configure $WITH_BIN $WITH_DATA $WITH_ENC $WITH_IRCD $WITH_RUN $WITH_PERM" + ./configure $WITH_BIN $WITH_DATA $WITH_ENC $WITH_IRCD $WITH_RUN $WITH_PERM -- cgit