enabled, otherwise it didn't get set to 1.
[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.])
[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=yes])
dnl ----------------
oauth_support=yes])
dnl ----------------