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.
+2014-04-22 Daiki Ueno <ueno@gnu.org>
+
+ 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 fix the output
+ message of configure.
+ * m4/libtool.m4: Remove the special handling of NM detection when
+ cross-compiling mingw32 on cygwin.
+
2014-04-22 Daiki Ueno <ueno@gnu.org>
build: Use git-version-gen intead of version.sh
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