From: Michael Wetherell Date: Sat, 21 May 2005 23:51:37 +0000 (+0000) Subject: Allow -Wl,* options to shared-ld-sh X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/df1b269d2fcb517796a0ae89ce4c5bbfe1ea3123 Allow -Wl,* options to shared-ld-sh git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/aclocal.m4 b/aclocal.m4 index dab409f14d..dad125c8c5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -2799,7 +2799,7 @@ while test ${D}# -gt 0; do shift ;; - -l*|-L*|-flat_namespace|-headerpad_max_install_names) + -l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names) # collect these options args="${D}{args} ${D}1" ;; diff --git a/configure b/configure index c39fbe82a2..4d900e0b16 100755 --- a/configure +++ b/configure @@ -35771,7 +35771,7 @@ _ACEOF fi if test "$wxUSE_DMALLOC" = "yes" ; then - DMALLOC_LIBS="-ldmalloc" + DMALLOC_LIBS="-ldmallocthcxx" fi PROFILE= @@ -42117,7 +42117,7 @@ while test ${D}# -gt 0; do shift ;; - -l*|-L*|-flat_namespace|-headerpad_max_install_names) + -l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names) # collect these options args="${D}{args} ${D}1" ;;