[PATCH 4/5] configury: add -Zargs-resp to LDFLAGS on OS/2.

KO Myung-Hun <[email protected]> Thu, 20 Nov 2014 13:55:22 +0900
Newsgroups gmane.comp.gnu.m4.patches
Message-ID <[email protected]>
-Zargs-resp enables a response file support on OS/2.

* configure.ac (OS2_LDFLAGS): Add -Zargs-resp on *-*-os2*.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d05f637..0c02f9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,7 +275,7 @@ AM_CONDITIONAL([USE_GMP], [test "x$USE_GMP" = xyes])
 M4_SYSCMD
 
 
-AS_CASE([$host], [*-*-os2*], [OS2_LDFLAGS="-no-undefined"])
+AS_CASE([$host], [*-*-os2*], [OS2_LDFLAGS="-no-undefined -Zargs-resp"])
 AC_SUBST([OS2_LDFLAGS])
 AM_CONDITIONAL([HAVE_OS2], [test -z "${host_os##os2*}"])
 
-- 
1.8.5.2