mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 11:01:44 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user