]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/config.hpp
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / boost / boost / config.hpp
index 055a27855b128e7614c3d99758bd899a8cd043b0..f37585ebb9b750cd541bfefa664eb355ea95009c 100644 (file)
@@ -36,7 +36,7 @@
 #endif
 
 // if we don't have a std library config set, try and find one:
-#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG)
+#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) && defined(__cplusplus)
 #  include <boost/config/select_stdlib_config.hpp>
 #endif
 // if we have a std library config, include it now: