]> git.lyx.org Git - lyx.git/blobdiff - config/acconfig.h
try some pspell stuff
[lyx.git] / config / acconfig.h
index 229650fe3bbdffc77467423759ba4e7c1b3d7d0c..525c0810144c1c0307f5bfca9c95c01054063b2e 100644 (file)
@@ -93,4 +93,10 @@ int mkstemp(char*);
  * #endif
  */
 
+#if defined(HAVE_OSTREAM) && defined(HAVE_LOCALE) && defined(HAVE_SSTREAM)
+#define USE_BOOST_FORMAT 1
+#else
+#define USE_BOOST_FORMAT 0
+#endif
+
 #endif /* _CONFIG_H */