From: Valerii Iatsko Date: Sat, 6 Feb 2016 22:10:50 +0000 (+0100) Subject: Run autoconf X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/6755009c1780f819d4776ac13b372c21c3236e01?hp=173a2f4dda76b5076b296ae97b4211222555b656 Run autoconf --- diff --git a/configure b/configure index 422cc316..bd53a28a 100755 --- a/configure +++ b/configure @@ -16600,7 +16600,7 @@ fi # Check whether --with-topiclen was given. if test "${with_topiclen+set}" = set; then : withval=$with_topiclen; - if test $withval -ge 390; then + if test $withval -gt 390; then TOPICLEN=390 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: TOPICLEN has a hard limit of 390. Setting TOPICLEN=390" >&5 $as_echo "$as_me: WARNING: TOPICLEN has a hard limit of 390. Setting TOPICLEN=390" >&2;}