summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-11 17:47:57 +0000
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-11 17:47:57 +0000
commitd59e531c864d7e278d2b1808d184a587d07f0a76 (patch)
treea1b0234ac82463b050497e8abe9af07b5d7424bb /configure
parente6045f710dc936e8053edcb39a566d9523b96596 (diff)
Fixed Non Fatal Warning:
./configure: line 485: [: : integer expression expected git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1045 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4cc51d6b5..6cefea4e5 100755
--- a/configure
+++ b/configure
@@ -26,6 +26,7 @@ NICK_LENGT=32
CHAN_LENGT=64
MAX_CHANNE=20
MAXI_MODES=20
+HAS_STRLCPY=0
OSNAME=`(uname -s) 2>/dev/null` || OSNAME="unknown"
if [ -z $MAX_CLIENT_T ] ; then