From d59e531c864d7e278d2b1808d184a587d07f0a76 Mon Sep 17 00:00:00 2001 From: frostycoolslug Date: Mon, 11 Apr 2005 17:47:57 +0000 Subject: 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 --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3