Fix wording of error message

This broke with commit 83a5694dc2 .

Change-Id: Ib641cef9639f1c70a5f38ce0e5d9d9e3071373e4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Kai Koehne 2015-05-26 14:33:25 +02:00
parent 73d3f1b116
commit 270313d068

2
configure vendored
View File

@ -2986,7 +2986,7 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
echo
echo "Error: This is the Open Source version of Qt."
echo "If you want to use Enterprise features of Qt,"
echo "information use the contact form at http://www.qt.io/contact-us"
echo "use the contact form at http://www.qt.io/contact-us"
echo "to purchase a license."
echo
exit 1