bregma opened this issue 8 months ago · 2 comments
The configure.ac file has an incorrect if $OS_SOLARIS construct, which causes -D__EXTENSIONS__ to always appear on every compiler command line. This may have unintended consequences.
configure.ac
if $OS_SOLARIS
-D__EXTENSIONS__
The construct should use the AM_COND_IF() macro instead.
AM_COND_IF()
Closed because this was fixed in a better way by #747
Oops, closed wrong thing.