0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-17 04:50:57 +08:00

Merge pull request #553 from hintjens/master

Some changes to building and packaging
This commit is contained in:
Ian Barber 2013-05-08 11:51:02 -07:00
commit 131b0a7148
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
LIBZMQ_DIST = libzmq/libzmq.vcproj libzmq/libzmq.vcxproj \
libzmq/libzmq.vcxproj.filters \
platform.hpp msvc.sln msvc10.sln
platform.hpp msvc.sln msvc10.sln \
errno.cpp errno.hpp
PERF_DIST = c_local_thr/c_local_thr.vcproj \
c_local_thr/c_local_thr.vcxproj \

View File

@ -62,9 +62,10 @@ LIBZMQ_CHECK_ENABLE_DEBUG
# Check wheter to enable code coverage
LIBZMQ_WITH_GCOV
# Checks for libraries.
# Checks for libraries
AC_CHECK_LIB([pthread], [pthread_create])
AC_CHECK_LIB([rt], [clock_gettime])
AC_CHECK_LIB([sodium], [sodium_init])
# Set pedantic
libzmq_pedantic="yes"