From: Paul Eggert Date: Thu, 2 Sep 2021 02:07:32 +0000 (-0700) Subject: fortran: *mingw* → mingw* in previous patch X-Git-Tag: v2.72c~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbdf711569d3e991e4627cb4431261ea59c9f49f;p=thirdparty%2Fautoconf.git fortran: *mingw* → mingw* in previous patch * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Omit a ‘*’. --- diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index 8d682152..1d2bdda3 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.m4 @@ -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")