From b71ff4d35d6ddee01bc603bc73a8602c1ffc1010 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 9 Dec 2006 22:04:53 +0000 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/aclocal/bakefile-lang.m4 b/build/aclocal/bakefile-lang.m4 index 0d7f4c1be9..9f810d1ba5 100644 --- a/build/aclocal/bakefile-lang.m4 +++ b/build/aclocal/bakefile-lang.m4 @@ -89,12 +89,12 @@ AC_DEFUN([_AC_BAKEFILE_LANG_COMPILER], ) ] ) - AC_LANG_POP($2) if test "x$bakefile_cv_[]_AC_LANG_ABBREV[]_compiler_[]$3" = "xyes"; then :; $4 else :; $5 fi + AC_LANG_POP($2) ]) dnl recent versions of SGI mipsPro compiler define _SGI_COMPILER_VERSION