From 5072f24b56def062382d76059e2662b0673ab30e Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 14 Jan 2007 22:17:00 +0000 Subject: 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 --- configure | 5 ++--- 1 file 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"); -- cgit v1.2.3