From: Bruno Haible Date: Sun, 7 Oct 2007 11:47:30 +0000 (+0000) Subject: Fix incomplete 2006-05-15 patch. X-Git-Tag: v0.17~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383a01485c4b5b40361166c3dcb21a36ed017669;p=thirdparty%2Fgettext.git Fix incomplete 2006-05-15 patch. --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index cad6b74e5..c82766926 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,9 @@ +2007-10-07 Bruno Haible + + * intl.m4 (AM_INTL_SUBDIR): Set WOE32DLL on mingw like on Cygwin. + Fixes incomplete 2006-05-15 patch. + Patch from Charles Wilson. + 2007-09-12 Bruno Haible * lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition. diff --git a/gettext-runtime/m4/intl.m4 b/gettext-runtime/m4/intl.m4 index 91e66dfaf..8ec0d5b81 100644 --- a/gettext-runtime/m4/intl.m4 +++ b/gettext-runtime/m4/intl.m4 @@ -1,4 +1,4 @@ -# intl.m4 serial 6 (gettext-0.16.2) +# intl.m4 serial 7 (gettext-0.16.2) dnl Copyright (C) 1995-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -97,7 +97,7 @@ AC_DEFUN([AM_INTL_SUBDIR], dnl exported variables _also_ in the static library. if test "$enable_shared" = yes; then case "$host_os" in - cygwin*) is_woe32dll=yes ;; + mingw* | cygwin*) is_woe32dll=yes ;; *) is_woe32dll=no ;; esac else