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"