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:
parent
7242cdf842
commit
36db9c0803
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user