From fa43c7ab1d06e5ef0de0da49f9ef48c873bd8164 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 25 Aug 2002 11:57:37 +0000 Subject: [PATCH] Misc Kylix fixes [SVN r15086] --- include/boost/regex/config.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index b7ad0d1a..2f46159f 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -57,8 +57,12 @@ // libraries: // # ifndef _Windows -# define BOOST_REGEX_NO_LIB -# define BOOST_REGEX_STATIC_LINK +# ifndef BOOST_REGEX_NO_LIB +# define BOOST_REGEX_NO_LIB +# endif +# ifndef BOOST_REGEX_STATIC_LINK +# define BOOST_REGEX_STATIC_LINK +# endif # endif #endif