[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann
sbergman at redhat.com
Thu Feb 2 09:18:34 UTC 2017
configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit d92ce4a6a57ffe180430dd8387c8aa393be673ba
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Feb 2 10:17:55 2017 +0100
Missing AC_MSG_RESULT
Change-Id: Ifb7750ba4dd4f43810aab66fccb4d8dd8a9318d1
diff --git a/configure.ac b/configure.ac
index 8a825d2..45d9328 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)
More information about the Libreoffice-commits
mailing list