0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00

Run autoconf

This commit is contained in:
Valerii Iatsko 2016-02-06 23:10:50 +01:00 committed by William Pitcock
parent 173a2f4dda
commit 6755009c17

2
configure vendored
View file

@ -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;}