]> git.saurik.com Git - wxWidgets.git/commit
Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 9 Dec 2006 22:04:53 +0000 (22:04 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 9 Dec 2006 22:04:53 +0000 (22:04 +0000)
commitb71ff4d35d6ddee01bc603bc73a8602c1ffc1010
treec28bfbb1ea7b3e6f7dc3e56e29a44a5ff227f7a5
parent164e8d41ae8f7ca86fe4a39cef8fae8dd103bb29
Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
only being set when language being tested matched the current language, so
C++ flags weren't being set since we changed the default language back to C.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/aclocal/bakefile-lang.m4