]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/config/platform/bsd.hpp
Updated boost to v1.55.0
[rsem.git] / boost / config / platform / bsd.hpp
index f02b0e2630ada627b788492f03d6c31c16a07de7..a0142978eb7dcb3a59aa1bf9e735a08d408e41f8 100644 (file)
@@ -56,7 +56,7 @@
 #endif
 
 #if !((defined(__FreeBSD__) && (__FreeBSD__ >= 5)) \
-      || (__NetBSD_GCC__ >= 2095003) || defined(__DragonFly__))
+      || (defined(__NetBSD_GCC__) && (__NetBSD_GCC__ >= 2095003)) || defined(__DragonFly__))
 #  define BOOST_NO_CWCHAR
 #endif
 //