Skip to content

Commit

Permalink
Update windows configure macro
Browse files Browse the repository at this point in the history
Give message on win64 checking.
  • Loading branch information
bernhardcl authored and pemsley committed Apr 6, 2022
1 parent 714a020 commit f71d1eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion macros/coot-windows.m4
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ AC_MSG_CHECKING([if this is MINGW on Windows])
windows=true
;;
esac
AC_MSG_RESULT([$have_windows_mingw])
AC_MSG_CHECKING([if this is msys2 windows 64])
case $ac_cv_build_alias in
*x86_64-*mingw*)
Expand All @@ -58,7 +60,7 @@ AC_MSG_CHECKING([if this is MINGW on Windows])
AM_CONDITIONAL([OS_WIN32], [test x$windows = xtrue])
AM_CONDITIONAL([OS_WIN64], [test x$have_win64 = xyes])
AC_MSG_RESULT([$have_windows_mingw])
AC_MSG_RESULT([$have_win64])
AC_SUBST(COOT_WINDOWS_CFLAGS)
AC_SUBST(COOT_WINDOWS_LDFLAGS)
AC_SUBST(SHARED_LDFLAGS)
Expand Down

0 comments on commit f71d1eb

Please sign in to comment.