From a579be82c84f0b9732ee3d52ff2142a3decf95d7 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 6 May 2016 14:47:24 +0200 Subject: [PATCH] Use common error message style for qt lang checks * configure.ac: Use common error highliting for qt lang options. --- configure.ac | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 798a396d..87b9e976 100644 --- a/configure.ac +++ b/configure.ac @@ -308,14 +308,17 @@ if test "$found" = "1"; then enabled_languages=$(echo $enabled_languages | sed 's/qt//') LIST_MEMBER("cpp", $enabled_languages) 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 FIND_QT if test "$have_qt5_libs" != "yes"; then if test "$explicit_languages" = "1"; then AC_MSG_ERROR([[ *** -*** Qt5 (Qt5Core) is required for qt binding. +*** Qt5 (Qt5Core) is required for Qt binding. ***]]) else AC_MSG_WARN([[