summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-14 22:17:00 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-14 22:17:00 +0000
commit5072f24b56def062382d76059e2662b0673ab30e (patch)
treec89c9ca43f76128c9de84840f81cb5a9e04f0741 /configure
parente60f049b4131f3168aef00a71bb6fcfa93c359d9 (diff)
If you have a broken config, rerun full configure to fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6341 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 152159a98..dcf3d2aa3 100755
--- a/configure
+++ b/configure
@@ -593,9 +593,8 @@ should NOT be used. You should probably specify a newer compiler.\n\n";
# File Descriptor Settings..
promptnumeric("number of clients at any one time", "MAX_CLIENT_T");
-
- $config{MAX_CLIENT} = $var;
- $config{MAX_DESCRIPTORS} = $var;
+ $config{MAX_CLIENT} = $config{MAX_CLIENT_T};
+ $config{MAX_DESCRIPTORS} = $config{MAX_CLIENT_T};
promptnumeric("length of nicknames", "NICK_LENGT");
promptnumeric("length of channel names", "CHAN_LENGT");