$OpenBSD: patch-configure_ac,v 1.1 2015/10/03 11:56:05 robert Exp $
--- configure.ac.orig	Sat Oct  3 13:40:01 2015
+++ configure.ac	Sat Oct  3 13:40:09 2015
@@ -18,7 +18,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
