diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-04-22 14:55:39 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-04-22 15:06:08 +0900 |
commit | 47fa1cabae2bf45569e8ba14c86efc8d733a85f5 (patch) | |
tree | 62e62e0eed0176ac289063a3c5b2293a681c8ef9 /m4 | |
parent | 534f8547773f38fbf6623c9c1686690d8ef8d854 (diff) | |
download | external_gettext-47fa1cabae2bf45569e8ba14c86efc8d733a85f5.zip external_gettext-47fa1cabae2bf45569e8ba14c86efc8d733a85f5.tar.gz external_gettext-47fa1cabae2bf45569e8ba14c86efc8d733a85f5.tar.bz2 |
m4: Revert commit d6690cc7 to libtool.m4
Reported by Benjamin Gilbert at:
<https://savannah.gnu.org/bugs/?41203>
With recent libtool, this patch did nothing but fixing the output
message of configure.
* m4/libtool.m4: Remove the special handling of NM detection when
cross-compiling mingw32 on cygwin.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/libtool.m4 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 1946e73..ecffaf7 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -3404,10 +3404,7 @@ AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" - if test -n "$ac_tool_prefix" \ - && { test "$build" = "$host" \ - || { test "$build_os" = cygwin && test "$host_os" = mingw32; }; \ - }; then + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do |