Fix syntax error in gcc config.

[SVN r85275]
This commit is contained in:
Daniel James
2013-08-10 12:43:07 +00:00
parent 330ac02c14
commit 07dc9f9e9e

View File

@ -242,8 +242,8 @@
#endif
// versions check:
// we don't know gcc prior to version 2.90:
#if (__GNUC__ < 3) || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3)
// we don't know gcc prior to version 3.30:
#if (__GNUC__ < 3) || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3))
# error "Compiler not configured - please reconfigure"
#endif
//