Commit 131b0a71 authored by Ian Barber's avatar Ian Barber

Merge pull request #553 from hintjens/master

Some changes to building and packaging
parents 3ef3b940 e918fd4d
LIBZMQ_DIST = libzmq/libzmq.vcproj libzmq/libzmq.vcxproj \ LIBZMQ_DIST = libzmq/libzmq.vcproj libzmq/libzmq.vcxproj \
libzmq/libzmq.vcxproj.filters \ 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 \ PERF_DIST = c_local_thr/c_local_thr.vcproj \
c_local_thr/c_local_thr.vcxproj \ c_local_thr/c_local_thr.vcxproj \
......
...@@ -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_init])
# 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