]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
m4: want_gssapi - Add HAVE_GSSAPI conditional
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 27 Oct 2023 18:50:47 +0000 (20:50 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 9 Oct 2025 08:41:22 +0000 (08:41 +0000)
m4/want_gssapi.m4

index 01730a7d14e30d1859fe186f5717bd15de752045..4e3fdf77e9759eb3bfd83eae2f6a9b4660246bc4 100644 (file)
@@ -104,5 +104,6 @@ AC_DEFUN([DOVECOT_WANT_GSSAPI], [
       ])
     ])
   ])
+  AM_CONDITIONAL(HAVE_GSSAPI, test "$have_gssapi" != "no")
   AM_CONDITIONAL(GSSAPI_PLUGIN, test "$have_gssapi_plugin" = "yes")
 ])