summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/libtool.m45
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