From 6755009c1780f819d4776ac13b372c21c3236e01 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sat, 6 Feb 2016 23:10:50 +0100 Subject: [PATCH] Run autoconf --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}