]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Rerun autoconf.
authorJilles Tjoelker <redacted>
Sun, 19 Oct 2008 15:31:53 +0000 (17:31 +0200)
committerJilles Tjoelker <redacted>
Sun, 19 Oct 2008 15:31:53 +0000 (17:31 +0200)
configure

index 0b455ab7d78b2410df23cac5951c6ffd79cbaad5..2948c263d1eafffb815f55f518076677c4d52129 100755 (executable)
--- a/configure
+++ b/configure
 # Check whether --with-nicklen was given.
 if test "${with_nicklen+set}" = set; then
   withval=$with_nicklen;
+  if ! expr "$withval" + 0 >/dev/null 2>&1; then
+       { { echo "$as_me:$LINENO: error: NICKLEN must be a numeric value" >&5
+echo "$as_me: error: NICKLEN must be a numeric value" >&2;}
+   { (exit 1); exit 1; }; }
+  fi
   if test $withval -ge 50; then
        NICKLEN=50
        { echo "$as_me:$LINENO: WARNING: NICKLEN has a hard limit of 50. Setting NICKLEN=50" >&5