X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d1af5eaf07ade785a3236a52ae0ce87eb6c9798..d2103c8ca5a37b85c1eb4ce2edeb95e347e5e27d:/acinclude.m4 diff --git a/acinclude.m4 b/acinclude.m4 index 28ce34da20..ea80b74825 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -66,7 +66,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) ]) @@ -74,7 +74,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++) ])