Commit e918fd4d authored by Pieter Hintjens's avatar Pieter Hintjens

Use correct libsodium call for detection

parent ff268b7c
......@@ -65,7 +65,7 @@ LIBZMQ_WITH_GCOV
# Checks for libraries
AC_CHECK_LIB([pthread], [pthread_create])
AC_CHECK_LIB([rt], [clock_gettime])
AC_CHECK_LIB([sodium], [sodium_version_major])
AC_CHECK_LIB([sodium], [sodium_init])
# Set pedantic
libzmq_pedantic="yes"
......
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