]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libasprintf: Build a shared library on OS/2
authorKO Myung-Hun <komh78@gmail.com>
Tue, 12 Jan 2016 02:35:49 +0000 (11:35 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 20 Jan 2016 02:38:23 +0000 (11:38 +0900)
* gettext-runtime/libasprintf/configure.ac (LTNOUNDEF): Set to
-no-undefined on OS/2.

gettext-runtime/libasprintf/configure.ac

index b383bbd0f0f169b5912f83bfaad8b70f057f3cb0..736bf48b241e65cf06e24f232615d7987d5d443e 100644 (file)
@@ -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])