Fixed MW and XLC tests when using -C (cache) option with configure.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
27b2dd53f6
commit
0e6fa1d908
3 changed files with 10 additions and 10 deletions
8
aclocal.m4
vendored
8
aclocal.m4
vendored
|
|
@ -79,7 +79,7 @@ dnl Loosely based on autoconf AC_PROG_CC
|
|||
AC_DEFUN([AC_WX_PROG_XLCC],
|
||||
[AC_LANG_PUSH(C)
|
||||
_AC_WX_LANG_COMPILER_XLC
|
||||
XLCC=`test $wx_compiler_xlc = yes && echo yes`
|
||||
XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
|
||||
AC_LANG_POP(C)
|
||||
])
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ dnl Loosely based on autoconf AC_PROG_CXX
|
|||
AC_DEFUN([AC_WX_PROG_XLCXX],
|
||||
[AC_LANG_PUSH(C++)
|
||||
_AC_WX_LANG_COMPILER_XLC
|
||||
XLCXX=`test $wx_compiler_xlc = yes && echo yes`
|
||||
XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
|
||||
AC_LANG_POP(C++)
|
||||
])
|
||||
|
||||
|
|
@ -776,7 +776,7 @@ dnl TODO: Maybe this should wrap the call to AC_PROG_CC and be used instead.
|
|||
AC_DEFUN([AC_BAKEFILE_PROG_MWCC],
|
||||
[AC_LANG_PUSH(C)
|
||||
_AC_BAKEFILE_LANG_COMPILER_MWERKS
|
||||
MWCC=`test $bakefile_compiler_mwerks = yes && echo yes`
|
||||
MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
|
||||
AC_LANG_POP(C)
|
||||
])
|
||||
|
||||
|
|
@ -785,7 +785,7 @@ dnl TODO: Maybe this should wrap the call to AC_PROG_CXX and be used instead.
|
|||
AC_DEFUN([AC_BAKEFILE_PROG_MWCXX],
|
||||
[AC_LANG_PUSH(C++)
|
||||
_AC_BAKEFILE_LANG_COMPILER_MWERKS
|
||||
MWCXX=`test $bakefile_compiler_mwerks = yes && echo yes`
|
||||
MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
|
||||
AC_LANG_POP(C++)
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue