You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
493 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -148,8 +148,10 @@ case "${host_os}" in
  4. *linux*)
  5. # Define on Linux to enable all library features. Define if using a gnu compiler
  6. if test "x$GXX" = "xyes"; then
  7. - CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS"
  8. + CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS -Wno-long-long"
  9. fi
  10. + libzmq_pedantic="no"
  11. + libzmq_werror="no"
  12. AC_DEFINE(ZMQ_HAVE_LINUX, 1, [Have Linux OS])
  13. libzmq_on_linux="yes"