Use common error message style for qt lang checks

* configure.ac: Use common error highliting for qt lang options.
This commit is contained in:
Andre Heinecke 2016-05-06 14:47:24 +02:00
parent 11ff8d5964
commit a579be82c8

View File

@ -308,14 +308,17 @@ if test "$found" = "1"; then
enabled_languages=$(echo $enabled_languages | sed 's/qt//') enabled_languages=$(echo $enabled_languages | sed 's/qt//')
LIST_MEMBER("cpp", $enabled_languages) LIST_MEMBER("cpp", $enabled_languages)
if test "$found" = "0"; then if test "$found" = "0"; then
AC_MSG_ERROR([qt binding depends on cpp language binding]) AC_MSG_ERROR([[
***
*** Qt language binding depends on cpp binding.
***]])
fi fi
FIND_QT FIND_QT
if test "$have_qt5_libs" != "yes"; then if test "$have_qt5_libs" != "yes"; then
if test "$explicit_languages" = "1"; then if test "$explicit_languages" = "1"; then
AC_MSG_ERROR([[ AC_MSG_ERROR([[
*** ***
*** Qt5 (Qt5Core) is required for qt binding. *** Qt5 (Qt5Core) is required for Qt binding.
***]]) ***]])
else else
AC_MSG_WARN([[ AC_MSG_WARN([[