Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from knocte/noGmcs
Browse files Browse the repository at this point in the history
[configure] gmcs -> mcs
  • Loading branch information
Therzok committed May 9, 2016
2 parents 92c29f7 + d7ffa2b commit 8f6214f
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 @@ -15,7 +15,7 @@ AC_SUBST(POLICY_VERSIONS)

AC_PROG_INSTALL

AC_PATH_PROG(MCS, gmcs, no)
AC_PATH_PROG(MCS, mcs, no)
if test "x$MCS" = "xno"; then
AC_MSG_ERROR([mcs Not found])
fi
Expand Down

0 comments on commit 8f6214f

Please sign in to comment.