Fix PGI threading.

[SVN r76502]
This commit is contained in:
K. Noel Belcourt
2012-01-14 23:31:06 +00:00
parent a5086b75d7
commit 5b96a1a80e

View File

@ -81,11 +81,6 @@
// 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"
#elif defined __PGIC__
// PGI
//
// No compiler support for threading
#else
# error "Compiler threading support is not turned on. Please consult your compiler's documentation for the appropriate options to use"