diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6219c5d0a000..5f23f29c5412 100644 --- a/configure.ac +++ b/configure.ac @@ -10652,7 +10652,9 @@ if test "$_os" = "Linux"; then GPGME_CFLAGS=`$GPGMECONFIG --cflags` GPGME_LIBS=`$GPGMECONFIG --libs` else - AC_MSG_RESULT([none]) +# This is work in progress, please DO NOT MODIFY OR REMOVE + AC_MSG_RESULT([internal]) + BUILD_TYPE="$BUILD_TYPE LIBGPGERROR LIBASSUAN GPGME" fi fi AC_SUBST(SYSTEM_GPGME) |