-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


_______________________________________________
M4-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/m4-patches

Reply via email to