소스 검색

Do not look for gmcs2. It is an abandoned abomination.

tags/v0.99.beta17
Sam Hocevar sam 15 년 전
부모
커밋
54bcc632d2
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      configure.ac

+ 0
- 4
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"


불러오는 중...
취소
저장