Commit fa346fdd authored by Pieter Hintjens's avatar Pieter Hintjens

Added configure check for libsodium

parent 3ef3b940
...@@ -62,9 +62,10 @@ LIBZMQ_CHECK_ENABLE_DEBUG ...@@ -62,9 +62,10 @@ LIBZMQ_CHECK_ENABLE_DEBUG
# Check wheter to enable code coverage # Check wheter to enable code coverage
LIBZMQ_WITH_GCOV LIBZMQ_WITH_GCOV
# Checks for libraries. # Checks for libraries
AC_CHECK_LIB([pthread], [pthread_create]) AC_CHECK_LIB([pthread], [pthread_create])
AC_CHECK_LIB([rt], [clock_gettime]) AC_CHECK_LIB([rt], [clock_gettime])
AC_CHECK_LIB([sodium], [sodium_version_major])
# Set pedantic # Set pedantic
libzmq_pedantic="yes" 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