Kaydet (Commit) 8958ed76 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Avoid GPG when --enable-mpl-subset

Change-Id: I91bf310c77927e24c0693dc5b0b1297f11c001a0
üst dfe7da46
......@@ -10206,6 +10206,9 @@ SYSTEM_GPGMEPP=
if test "$build_for_ios" = "YES"; then
AC_MSG_CHECKING([whether gpgmepp should be disabled due to iOS])
AC_MSG_RESULT([yes])
elif test "$enable_mpl_subset" = "yes"; then
AC_MSG_CHECKING([whether gpgmepp should be disabled due to building just MPL])
AC_MSG_RESULT([yes])
elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o "$_os" = "WINNT" ; then
dnl ===================================================================
dnl Check for system gpgme
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment