make BOOST_POSIX be defined for cygwin

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9598 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2005-02-07 20:26:32 +00:00
parent 9e4aa06d9c
commit 32449e97b4
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-02-07 Lars Gullik Bjonnes <larsbj@gullik.net>
* configure.ac (AH_BOTTOM): make BOOST_POSIX be defined for cygwin
2005-02-02 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: if the prefix contains space, replace it with

View File

@ -389,6 +389,10 @@ int mkstemp(char*);
#define BOOST_NO_WREGEX 1
#define BOOST_NO_WSTRING 1
#ifdef __CYGWIN__
#define BOOST_POSIX 1
#endif
#endif
])