[Pkg-gnupg-commit] [gpgme] 69/412: Use common error message style for qt lang checks

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit a579be82c84f0b9732ee3d52ff2142a3decf95d7
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri May 6 14:47:24 2016 +0200

    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 798a396..87b9e97 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([[

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list