From: David Levine Date: Tue, 26 Apr 2016 01:58:10 +0000 (-0400) Subject: Added explicit OATH_SUPPORT=1 to configure.ac when oauth support is X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/bcf62d93d2ee2d42d496e811b5a830dfa3c4bd1c?ds=inline;hp=--cc Added explicit OATH_SUPPORT=1 to configure.ac when oauth support is enabled, otherwise it didn't get set to 1. --- bcf62d93d2ee2d42d496e811b5a830dfa3c4bd1c diff --git a/configure.ac b/configure.ac index 911db7ed..8f731557 100644 --- a/configure.ac +++ b/configure.ac @@ -524,6 +524,7 @@ AS_IF([test "x$with_oauth" = xyes && test "x$HAVE_CURL_H" = x], [AC_MSG_ERROR([OAuth requested but curl library not found])], [test "x$with_oauth" != xno && test "x$HAVE_CURL_H" = x1 && test "x$CURLLIB" != x], [AC_DEFINE([OAUTH_SUPPORT], [1], [Support OAuth2 in SMTP auth.]) + OAUTH_SUPPORT=1 oauth_support=yes]) dnl ----------------