]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
fortran: *mingw* → mingw* in previous patch
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Sep 2021 02:07:32 +0000 (19:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Sep 2021 02:08:20 +0000 (19:08 -0700)
* lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Omit a ‘*’.

lib/autoconf/fortran.m4

index 8d6821528fd8ad58cdbf9ee01edfcdba5921daa2..1d2bdda37ccace46c9a98401e870e0b06199c410 100644 (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")