diff options
author | Francis Dupont <fdupont@isc.org> | 2021-06-01 00:26:47 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2021-06-12 18:34:42 +0200 |
commit | 498b1fa16a6633ff451314fa565c5929285e4a12 (patch) | |
tree | a166507fd990fea7ba72fccdf8080705753d03d8 /m4macros | |
parent | [#1720] fixed documentation (diff) | |
download | kea-498b1fa16a6633ff451314fa565c5929285e4a12.tar.xz kea-498b1fa16a6633ff451314fa565c5929285e4a12.zip |
[(no branch, rebasing 1909-gss_tsig-hook)] [(no branch, rebasing 1909-gss_tsig-hook)] [(no branch, rebasing 1909-gss_tsig-hook)] [#1909] Added HAVE_GSSAPI
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/ax_gssapi.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4macros/ax_gssapi.m4 b/m4macros/ax_gssapi.m4 index be7de02145..a3c4e5bced 100644 --- a/m4macros/ax_gssapi.m4 +++ b/m4macros/ax_gssapi.m4 @@ -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 |