[PATCH 5/5] configure: add -Zargs-resp and -no-undefined to LDFLAGS on OS/2
KO Myung-Hun <[email protected]> Mon, 22 Sep 2014 18:00:22 +0900
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Message-ID | <[email protected]> |
modified: configure.ac --- configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 2fe6d9e..81894c3 100644 --- a/configure.ac +++ b/configure.ac @@ -275,6 +275,9 @@ AM_CONDITIONAL([USE_GMP], [test "x$USE_GMP" = xyes]) M4_SYSCMD +AS_CASE([$host], [*-*-os2*], [LDFLAGS="$LDFLAGS -Zargs-resp -no-undefined"]) + + ## -------- ## ## Outputs. ## ## -------- ## -- 1.7.3.2