]> git.ipfire.org Git - thirdparty/libtool.git/commit
m4: fix logic error leading to -fno-rtti being added wrongly.
authorGary V. Vaughan <gary@gnu.org>
Sat, 26 Nov 2011 04:06:35 +0000 (11:06 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sat, 26 Nov 2011 04:06:35 +0000 (11:06 +0700)
commit11869b9c9eb8bcc8cb6a615141f522a447377324
treec6f6b6a345c1e87301e9dad4322d99c7e8790d55
parent6a4426ee0a17cbb8fcae3e06890cd1b6dc1237b6
m4: fix logic error leading to -fno-rtti being added wrongly.

* m4/libtool.m4 (_LT_COMPILER_OPTION): Negate comparison so that
compiler flags are added correctly.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
m4/libtool.m4