fix test build under clang/system gtest
authorEvan Martin <martine@danga.com>
Sat, 29 Dec 2012 08:35:53 +0000 (00:35 -0800)
committerEvan Martin <martine@danga.com>
Sat, 29 Dec 2012 08:37:25 +0000 (00:37 -0800)
commita29686ea9c9300ecc32f21b7ae9d2a0a962bddfc
tree350e230d8b1c75e849a32348dfa373419c8b4b1c
parentb4e6932b81727bdd1d2266aa220b7c74432c4027
fix test build under clang/system gtest

Tests always need GTEST_HAS_RTTI=0 set, but the code was only
setting it in the --with-gtest branch.  Instead always use the
test-specific cflags when compiling test code.
configure.py