From: Jilles Tjoelker Date: Sun, 19 Oct 2008 15:31:53 +0000 (+0200) Subject: Rerun autoconf. X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/aa7698933ae96458ef65dc3cfdae14df811d9fbe Rerun autoconf. --- diff --git a/configure b/configure index 0b455ab7..2948c263 100755 --- a/configure +++ b/configure @@ -10785,6 +10785,11 @@ fi # 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