mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Fix PGI threading.
[SVN r76502]
This commit is contained in:
@@ -81,11 +81,6 @@
|
|||||||
// example) also #define _MSC_VER
|
// example) also #define _MSC_VER
|
||||||
# error "Compiler threading support is not turned on. Please set the correct command line options for threading: either /MT /MTd /MD or /MDd"
|
# error "Compiler threading support is not turned on. Please set the correct command line options for threading: either /MT /MTd /MD or /MDd"
|
||||||
|
|
||||||
#elif defined __PGIC__
|
|
||||||
// PGI
|
|
||||||
//
|
|
||||||
// No compiler support for threading
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
# error "Compiler threading support is not turned on. Please consult your compiler's documentation for the appropriate options to use"
|
# error "Compiler threading support is not turned on. Please consult your compiler's documentation for the appropriate options to use"
|
||||||
|
Reference in New Issue
Block a user