fixed MacOS X test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-03-11 23:32:32 +00:00
parent 5acb7b3edd
commit 8ea8e72a29

View File

@@ -1966,7 +1966,7 @@ else
DISTDIR="wxBase"
dnl Apple MAC OS X specific extras
if test "$USE_UNIX" = 1 ; then
if test "$USE_UNIX" = 1 -a "$USE_MAX" = 1; then
ALL_OBJECTS="${ALL_OBJECTS} dl_macosx.o"
ALL_DEPFILES="${ALL_DEPFILES} dl_macosx.d"
fi