From 8ea8e72a298fc452009cbb07627e9471ee3d336d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 11 Mar 2001 23:32:32 +0000 Subject: [PATCH] fixed MacOS X test git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f3f1e88790..90064d9f74 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.45.2