Make wxCocoa compile on Tiger.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2005-03-14 04:47:28 +00:00
parent e605541c36
commit 1d1af5eaf0
5 changed files with 186 additions and 0 deletions

View file

@ -78,6 +78,18 @@ XLCXX=`test $wx_compiler_xlc = yes && echo yes`
AC_LANG_POP(C++)
])
dnl ===========================================================================
dnl Objective-C(++) related macros
dnl ===========================================================================
m4_define([AC_WX_LANG_OBJECTIVEC],
[AC_LANG(C)
ac_ext=m
])
m4_define([AC_WX_LANG_OBJECTIVECPLUSPLUS],
[AC_LANG(C++)
ac_ext=mm
])
dnl ===========================================================================
dnl macros to find the a file in the list of include/lib paths