Problem: Fix build with Heimdal krb5

Solution:
* Check gssapi/gssapi_generic.h header file, it is not in Heimdal.
* Check libgssapi too, libgssapi_krb5 is not separated in Heimdal.
This commit is contained in:
OBATA Akio
2016-03-04 16:38:57 +09:00
parent 36abdf7bd5
commit 09e868b743
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
#ifdef HAVE_LIBGSSAPI_KRB5
#if !defined(ZMQ_HAVE_FREEBSD) && !defined(ZMQ_HAVE_DRAGONFLY)
#if HAVE_GSSAPI_GSSAPI_GENERIC_H
#include <gssapi/gssapi_generic.h>
#endif
#include <gssapi/gssapi_krb5.h>