Skip to content

Commit

Permalink
BUG: Needed closing ;;
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed Jul 26, 2024
1 parent 0889778 commit bdf2ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions m4/issm_options.m4
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,13 @@ AC_DEFUN([ISSM_OPTIONS],[
AC_MSG_RESULT([Linux])
AC_DEFINE([_IS_MAC_], [0], [is macOS])
AC_DEFINE([_IS_MSYS2_], [0], [is Windows (MSYS2 MinGW)])
;;
*mingw*)
AC_MSG_RESULT([Windows (MSYS2 MinGW)])
IS_MSYS2=yes
AC_DEFINE([_IS_MAC_], [0], [is macOS])
AC_DEFINE([_IS_MSYS2_], [1], [is Windows (MSYS2 MinGW)])
;;
*)
AC_MSG_ERROR([unsupported operating system type)])
;;
Expand Down

0 comments on commit bdf2ded

Please sign in to comment.