[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gettext] [PATCH v2 3/4] libasprintf: Build a shared library on OS/2
From: |
KO Myung-Hun |
Subject: |
[bug-gettext] [PATCH v2 3/4] libasprintf: Build a shared library on OS/2 |
Date: |
Tue, 15 Dec 2015 15:51:34 +0900 |
* gettext-runtime/libasprintf/configure.ac (LTNOUNDEF): Set to
-no-undefined on OS/2.
---
gettext-runtime/libasprintf/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gettext-runtime/libasprintf/configure.ac
b/gettext-runtime/libasprintf/configure.ac
index a7c2811..659e414 100644
--- a/gettext-runtime/libasprintf/configure.ac
+++ b/gettext-runtime/libasprintf/configure.ac
@@ -44,7 +44,7 @@ LT_INIT([win32-dll])
case "$host_os" in
# On Cygwin, without -no-undefined, a warning is emitted and only a static
# library is built.
- beos* | mingw* | cygwin*) LTNOUNDEF='-no-undefined' ;;
+ beos* | mingw* | cygwin* | os2*) LTNOUNDEF='-no-undefined' ;;
*) LTNOUNDEF='' ;;
esac
AC_SUBST([LTNOUNDEF])
--
2.6.0