diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-02 10:17:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-02 10:17:55 +0100 |
commit | d92ce4a6a57ffe180430dd8387c8aa393be673ba (patch) | |
tree | c953cb356493cdcd21b2bb179d7b4db23c436605 | |
parent | c484c5532a9508606d65dfbb805163cd00178f4c (diff) |
Missing AC_MSG_RESULT
Change-Id: Ifb7750ba4dd4f43810aab66fccb4d8dd8a9318d1
-rw-r--r-- | configure.ac | 2 |
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) |