Run autoconf
This commit is contained in:
parent
173a2f4dda
commit
6755009c17
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue