summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-02 10:17:55 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-02 10:17:55 +0100
commitd92ce4a6a57ffe180430dd8387c8aa393be673ba (patch)
treec953cb356493cdcd21b2bb179d7b4db23c436605 /configure.ac
parenttdf#105625 related: fix pointer variable prefix (diff)
downloadcore-d92ce4a6a57ffe180430dd8387c8aa393be673ba.tar.gz
core-d92ce4a6a57ffe180430dd8387c8aa393be673ba.zip
Missing AC_MSG_RESULT
Change-Id: Ifb7750ba4dd4f43810aab66fccb4d8dd8a9318d1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8a825d23237e..45d932889c04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10648,6 +10648,8 @@ if test "$_os" = "Linux"; then
GPGME_CFLAGS=`$GPGMECONFIG --cflags`
GPGME_LIBS=`$GPGMECONFIG --libs`
+ else
+ AC_MSG_RESULT([none])
fi
fi
AC_SUBST(SYSTEM_GPGME)