forked from boostorg/config
Fix syntax error in gcc config.
[SVN r85275]
This commit is contained in:
@ -242,8 +242,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// versions check:
|
// versions check:
|
||||||
// we don't know gcc prior to version 2.90:
|
// we don't know gcc prior to version 3.30:
|
||||||
#if (__GNUC__ < 3) || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3)
|
#if (__GNUC__ < 3) || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3))
|
||||||
# error "Compiler not configured - please reconfigure"
|
# error "Compiler not configured - please reconfigure"
|
||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user