Commit 36db9c08 authored by Pieter Hintjens's avatar Pieter Hintjens

Fixed compile error if Kerberos installed

parent 7242cdf8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment