Allow -Wl,* options to shared-ld-sh

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-05-21 23:51:37 +00:00
parent 6811251bfc
commit df1b269d2f
2 changed files with 3 additions and 3 deletions

2
aclocal.m4 vendored
View 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"
;;

4
configure vendored
View File

@@ -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"
;;