mirror of
https://github.com/boostorg/config.git
synced 2026-05-04 20:04:11 +02:00
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:
+2
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user