From b5715bdd0b0ae6ab6a1931b668e52db36a5c95ac Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 30 Jul 2005 23:08:40 +0000 Subject: [PATCH] Temporary fix for missing ;; git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- aclocal.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/aclocal.m4 b/aclocal.m4 index 2dc8b9ae0c..cee75981be 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1538,6 +1538,7 @@ while test ${D}# -gt 0; do -s|-Wl,*) # collect these load args ldargs="${D}{ldargs} ${D}1" + ;; -l*|-L*|-flat_namespace|-headerpad_max_install_names) # collect these options -- 2.47.2