mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Use correct libsodium call for detection
This commit is contained in:
parent
ff268b7c8a
commit
e918fd4d69
@ -65,7 +65,7 @@ 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])
|
AC_CHECK_LIB([sodium], [sodium_init])
|
||||||
|
|
||||||
# Set pedantic
|
# Set pedantic
|
||||||
libzmq_pedantic="yes"
|
libzmq_pedantic="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user