commit a25c946b318c6d4de6b2f548e5d820ac5f3c2f8c
Author: Vincent van Ravesteijn <[email protected]>
Date:   Tue Apr 29 16:56:23 2014 +0200

    boost: Turn off warning that signals are deprecated

diff --git a/configure.ac b/configure.ac
index e3302e4..a3d699d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,6 +279,7 @@ char * strerror(int n);
 #define BOOST_DISABLE_THREADS 1
 #define BOOST_NO_WREGEX 1
 #define BOOST_NO_WSTRING 1
+#define BOOST_SIGNALS_NO_DEPRECATION_WARNING 1
 
 // TR1 regex not supported in GCC <= 4.5
 #ifndef LYX_USE_TR1

Reply via email to