libunwind/libunwind

configure.ac: incorrect use of IS_SOLARIS causes -D__EXTENSION__ to always be used when compiling

bregma opened this issue · 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.

The construct should use the AM_COND_IF() macro instead.

Closed because this was fixed in a better way by #747

Oops, closed wrong thing.