Browse Source

[4009] Added BOOST_ASIO_HEADER_ONLY define

Francis Dupont 9 years ago
parent
commit
d053d1fd8c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      configure.ac

+ 3 - 0
configure.ac

@@ -1252,6 +1252,9 @@ CPPFLAGS="$CPPFLAGS -DBOOST_ERROR_CODE_HEADER_ONLY"
 #
 # Avoid boost::system::throws multiple defines
 CPPFLAGS="$CPPFLAGS -DBOOST_SYSTEM_NO_DEPRECATED"
+#
+# Doesn't seem to be required?
+CPPFLAGS="$CPPFLAGS -DBOOST_ASIO_HEADER_ONLY"
 
 # Check for functions that are not available on all platforms
 AC_CHECK_FUNCS([pselect])