Skip to content

Commit

Permalink
Fix comment: MinGW->Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 11, 2024
1 parent 180e1d8 commit dfd079f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ case "$host_cpu-$host_vendor-$host_os" in
H5_CPPFLAGS="-D_GNU_SOURCE -D__USE_MINGW_ANSI_STDIO $H5_CPPFLAGS"
;;
*cygwin*)
AC_DEFINE([HAVE_CYGWIN], [1], [Define if using MinGW])
AC_DEFINE([HAVE_CYGWIN], [1], [Define if using Cygwin])
H5_CPPFLAGS="-D_GNU_SOURCE $H5_CPPFLAGS"
;;
esac
Expand Down

0 comments on commit dfd079f

Please sign in to comment.