]> git.lyx.org Git - features.git/commitdiff
No need to not use boost format on cygwin after the wchar_t fix
authorEnrico Forestieri <forenr@lyx.org>
Tue, 3 Oct 2006 21:33:45 +0000 (21:33 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 3 Oct 2006 21:33:45 +0000 (21:33 +0000)
* configure.ac: avoid the cygwin test for setting USE_BOOST_FORMAT

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15228 a592a061-630c-0410-9148-cb99ea01b6c8

configure.ac

index 5bcbe727e643d1eae769c985a7af8fb5a958d104..ecb4cd26c3f99829f953deb2ec3ea1baf7b8511e 100644 (file)
@@ -388,7 +388,7 @@ int mkstemp(char*);
 #endif
 #endif
 
-#if defined(HAVE_OSTREAM) && defined(HAVE_LOCALE) && defined(HAVE_SSTREAM) && !defined(__CYGWIN__)
+#if defined(HAVE_OSTREAM) && defined(HAVE_LOCALE) && defined(HAVE_SSTREAM)
 #  define USE_BOOST_FORMAT 1
 #else
 #  define USE_BOOST_FORMAT 0