Parcourir la source

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

tags/v0.99.beta17
Sam Hocevar sam il y a 16 ans
Parent
révision
54bcc632d2
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. +0
    -4
      configure.ac

+ 0
- 4
configure.ac Voir le fichier

@@ -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"


Chargement…
Annuler
Enregistrer