94c94
< major,minor,dot = [ int(x) for x in m4env['CXXVERSION'].split('.')]
---
> major,minor,dot = [int(x) for x in m4env['GCC_VERSION'].split('.')]