From d14d514840ecd8e443d2e77d79b41dda144f804a Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Tue, 3 Oct 2006 21:33:45 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2