X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.ac;h=f3d2183ba3141c6db2712b989e3debc3491dcb22;hp=a93de7486d7de94fab2af5b358b582c7ad7a5c50;hb=848103a9e131502955368274d94a818050978cc2;hpb=678c4d550b27a06ba3c94ac5821fcf0291c33f8a diff --git a/configure.ac b/configure.ac index a93de74..f3d2183 100644 --- a/configure.ac +++ b/configure.ac @@ -75,9 +75,8 @@ AC_ARG_ENABLE(gpgme, AC_HELP_STRING([--enable-gpgme], [Enable GPGME support]),[ AM_PATH_GPGME(,,[AC_MSG_ERROR(GPGME not found)]) MUTTLIBS="$MUTTLIBS $GPGME_LIBS" AC_DEFINE(CRYPT_BACKEND_GPGME, 1, [Defined, if GPGME support is enabled]) - AM_CONDITIONAL(BUILD_GPGME, true) else - AM_CONDITIONAL(BUILD_GPGME, false) + AC_MSG_ERROR([could not find gpgme]) fi ])