]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[(no branch, rebasing 1909-gss_tsig-hook)] [(no branch, rebasing 1909-gss_tsig-hook...
authorFrancis Dupont <fdupont@isc.org>
Mon, 31 May 2021 22:26:47 +0000 (00:26 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 12 Jun 2021 16:34:42 +0000 (18:34 +0200)
m4macros/ax_gssapi.m4

index be7de02145070d2b9bb3a4e9a42471700c9f22dd..a3c4e5bcede91d9adbcba770660f5104679d93f2 100644 (file)
@@ -67,5 +67,6 @@ fi
 
 AC_SUBST(GSSAPI_CFLAGS)
 AC_SUBST(GSSAPI_LIBS)
+AM_CONDITIONAL([HAVE_GSSAPI], [test x$GSSAPI_LIBS != "x"])
 
 ])dnl AX_GSS_API