fortran: *mingw* → mingw* in previous patch

* lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Omit a ‘*’.
This commit is contained in:
Paul Eggert 2021-09-01 19:07:32 -07:00
parent 997dfc9c07
commit fbdf711569

View File

@ -668,7 +668,7 @@ while test $[@%:@] != 1; do
-lkernel32 | -lmingw* | -lmoldname)
# Ignore this library only on Windows-like systems.
case $host_os in
cygwin* | msys* | *mingw*) ;;
cygwin* | msys* | mingw*) ;;
*)
_AC_LIST_MEMBER_IF($ac_arg, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg")