diff options
author | Andre Heinecke <[email protected]> | 2016-05-06 12:47:24 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-05-06 12:47:24 +0000 |
commit | a579be82c84f0b9732ee3d52ff2142a3decf95d7 (patch) | |
tree | 03e245c97da37a8564bddb23c2df3ce8ed77d7e2 | |
parent | Qt: Fix license mentioned in README (diff) | |
download | gpgme-a579be82c84f0b9732ee3d52ff2142a3decf95d7.tar.gz gpgme-a579be82c84f0b9732ee3d52ff2142a3decf95d7.zip |
Use common error message style for qt lang checks
* configure.ac: Use common error highliting for qt lang options.
-rw-r--r-- | configure.ac | 7 |
1 files 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([[ |