Fix configure script: even with BOOST_NO_CONFIG defined, some options get automatically defined in suffix.hpp, we need to include the tests even if this is the case.

[SVN r29769]
This commit is contained in:
John Maddock
2005-06-24 11:48:29 +00:00
parent a107a3001b
commit e35d48bffb
2 changed files with 4 additions and 2 deletions

3
configure vendored
View File

@ -2207,7 +2207,7 @@ cat >>conftest.$ac_ext <<_ACEOF
#include <boost/config.hpp>
#include "test.hpp"
#ifndef $macroname
#if !defined($macroname) || defined(BOOST_NO_CONFIG)
#include "boost_$basename.ipp"
#else
namespace ${namespace} = empty_boost;
@ -3338,5 +3338,6 @@ fi

View File

@ -168,7 +168,7 @@ for file in $boost_base/libs/config/test/boost_no*.ipp; do
#include <boost/config.hpp>
#include "test.hpp"
#ifndef $macroname
#if !defined($macroname) || defined(BOOST_NO_CONFIG)
#include "boost_$basename.ipp"
#else
namespace ${namespace} = empty_boost;
@ -439,5 +439,6 @@ fi