forked from boostorg/config
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:
3
configure
vendored
3
configure
vendored
@ -2207,7 +2207,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include "test.hpp"
|
#include "test.hpp"
|
||||||
|
|
||||||
#ifndef $macroname
|
#if !defined($macroname) || defined(BOOST_NO_CONFIG)
|
||||||
#include "boost_$basename.ipp"
|
#include "boost_$basename.ipp"
|
||||||
#else
|
#else
|
||||||
namespace ${namespace} = empty_boost;
|
namespace ${namespace} = empty_boost;
|
||||||
@ -3338,5 +3338,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -168,7 +168,7 @@ for file in $boost_base/libs/config/test/boost_no*.ipp; do
|
|||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include "test.hpp"
|
#include "test.hpp"
|
||||||
|
|
||||||
#ifndef $macroname
|
#if !defined($macroname) || defined(BOOST_NO_CONFIG)
|
||||||
#include "boost_$basename.ipp"
|
#include "boost_$basename.ipp"
|
||||||
#else
|
#else
|
||||||
namespace ${namespace} = empty_boost;
|
namespace ${namespace} = empty_boost;
|
||||||
@ -439,5 +439,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user