From 374349be31bd1712fa172626b69d050c35233c27 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Mon, 12 Mar 2001 07:20:11 +0000 Subject: [PATCH 1/1] removed ugly Mac OS X related hack in wxBASE configuration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.in b/configure.in index 90064d9f74..1d3f5e5ab3 100644 --- a/configure.in +++ b/configure.in @@ -1964,12 +1964,6 @@ else dnl distribute only wxBase sources/headers GUIDIST="BASE_DIST" DISTDIR="wxBase" - - dnl Apple MAC OS X specific extras - 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 fi dnl the name of the (libtool) library -- 2.45.2