]> git.saurik.com Git - wxWidgets.git/commitdiff
added -headerpad_max_install_names option to generated shared-ld script
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 13 Dec 2003 20:21:35 +0000 (20:21 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 13 Dec 2003 20:21:35 +0000 (20:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

aclocal.m4

index 01c7309c6fde6c2cb8d8874a3591f428c1eaaecd..4a689c1309aed07efbd363ba3820c3e8387e62fe 100644 (file)
@@ -1326,7 +1326,7 @@ while test \${#} -gt 0; do
         shift
         ;;
 
-       -l*|-L*|-flat_namespace)
+       -l*|-L*|-flat_namespace|-headerpad_max_install_names)
         # collect these options
         args="\${args} \${1}"
         ;;