From 54bcc632d2b31305e16fd8ea77b579130a0f386e Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 2 Aug 2009 11:08:50 +0000 Subject: [PATCH] Do not look for gmcs2. It is an abandoned abomination. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1c8238d..77addba 100644 --- a/configure.ac +++ b/configure.ac @@ -392,10 +392,6 @@ AM_CONDITIONAL(USE_CXX, test "${ac_cv_my_have_cxx}" = "yes") ac_cv_my_have_csharp="no" if test "${enable_csharp}" != "no"; then AC_PATH_PROG(CSC, csc, no) - if test "$CSC" = "no"; then - AC_PATH_PROG(GMCS2, gmcs2, no) - CSC="$GMCS2" - fi if test "$CSC" = "no"; then AC_PATH_PROG(GMCS, gmcs, no) CSC="$GMCS"