[longomatch] Fix C-sharp check
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Fix C-sharp check
- Date: Sat, 5 Sep 2009 13:05:30 +0000 (UTC)
commit ed9ad45368ce030b93bed9bcfbaed35494288ac8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sat Sep 5 15:05:07 2009 +0200
Fix C-sharp check
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fb5c597..db26ebe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,14 +37,14 @@ if test "x$CSC" = "xno"; then
if test "x$MCS2" = "xno"; then
AC_MSG_ERROR([You need to install a C-sharp compiler])
else
- AC_SUBST(GMCS,[gmcs2])
+ AC_SUBST(CSC,[gmcs2])
fi
else
- AC_SUBST(GMCS,[gmcs])
+ AC_SUBST(CSC,[gmcs])
fi
else
- AC_SUBST(GMCS,[csc])
+ AC_SUBST(CSC,[csc])
fi
dnl Check for gettext utils
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]