From: Gilles Depeyrot Date: Sat, 13 Dec 2003 20:21:35 +0000 (+0000) Subject: added -headerpad_max_install_names option to generated shared-ld script X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d337031039f2941c6cced821e679a641f126073f?ds=inline added -headerpad_max_install_names option to generated shared-ld script git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/aclocal.m4 b/aclocal.m4 index 01c7309c6f..4a689c1309 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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}" ;;