瀏覽代碼

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"


Loading…
取消
儲存