summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2fe6d9e8..a219665f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,6 +164,7 @@ case "$CFLAGS" in
;;
esac
+
## ------------------------------- ##
## Preloaded module configuration. ##
## ------------------------------- ##
@@ -213,7 +214,6 @@ AM_GNU_GETTEXT_VERSION([0.16])
M4_GNU_GETTEXT
-
## --------------- ##
## Gnulib support. ##
## --------------- ##
@@ -235,6 +235,8 @@ M4_RENAME
AC_TYPE_SIZE_T
AC_CHECK_SIZEOF([long long int])
+AS_CASE([$host], [*-*-os2*], [OS2_LDFLAGS=-Zargs-resp])
+AC_SUBST([OS2_LDFLAGS])
## ------------------------- ##
@@ -250,7 +252,6 @@ fi
AC_SUBST([INCLUDE_STDBOOL_H])
-
## --------------------------------- ##
## Library functions required by M4. ##
## --------------------------------- ##