]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow -Wl,* options to shared-ld-sh
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 21 May 2005 23:51:37 +0000 (23:51 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 21 May 2005 23:51:37 +0000 (23:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

aclocal.m4
configure

index dab409f14d305b6961052fefa055ad6fabcbd91a..dad125c8c5012f13a7567898bfd9cdb8b34ed2a8 100644 (file)
@@ -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"
         ;;
index c39fbe82a296124ad2c399f65da72b2913874ad5..4d900e0b16c6bd3e72697d8a1df795c568700f1d 100755 (executable)
--- 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"
         ;;