adjust error message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35621 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-10-13 05:22:11 +00:00
parent eaf7c6c6eb
commit cac2559d7f

View File

@ -42,7 +42,7 @@ case $autoversion in
;;
*)
echo "This autoconf version is not supported by LyX."
echo "LyX only supports autoconf 2.59c-2.65, 2.67."
echo "LyX only supports autoconf 2.59c-2.65, 2.67 and 2.58."
exit 1
;;
esac