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) ...@@ -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
......
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