mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-18 11:39:02 +02:00
Fixed compile error if Kerberos installed
This commit is contained in:
@@ -52,7 +52,7 @@ int main (void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (HAVE_LIBGSSAPI_KRB5)
|
#if defined (HAVE_LIBGSSAPI_KRB5)
|
||||||
assert (zmq_has ("gssapi");
|
assert (zmq_has ("gssapi"));
|
||||||
#else
|
#else
|
||||||
assert (!zmq_has ("gssapi"));
|
assert (!zmq_has ("gssapi"));
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user