0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Fixed compile error if Kerberos installed

This commit is contained in:
Pieter Hintjens 2014-06-19 15:28:04 +02:00
parent 7242cdf842
commit 36db9c0803

View File

@ -52,7 +52,7 @@ int main (void)
#endif
#if defined (HAVE_LIBGSSAPI_KRB5)
assert (zmq_has ("gssapi");
assert (zmq_has ("gssapi"));
#else
assert (!zmq_has ("gssapi"));
#endif