From: Enrico Forestieri Date: Tue, 3 Oct 2006 21:33:45 +0000 (+0000) Subject: No need to not use boost format on cygwin after the wchar_t fix X-Git-Tag: 1.6.10~12462 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d14d514840ecd8e443d2e77d79b41dda144f804a;p=features.git No need to not use boost format on cygwin after the wchar_t fix * 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 --- diff --git a/configure.ac b/configure.ac index 5bcbe727e6..ecb4cd26c3 100644 --- a/configure.ac +++ b/configure.ac @@ -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