[gbrainy] Prefer dmcs c# 4.0 compiler over gmcs old compiler if both present
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Prefer dmcs c# 4.0 compiler over gmcs old compiler if both present
- Date: Sun, 20 Nov 2011 16:08:11 +0000 (UTC)
commit 7ca27b9f343cfc7f7a0dd1eff7de60b10e92ab9f
Author: Jordi Mas <jmas softcatala org>
Date: Sun Nov 20 17:08:25 2011 +0100
Prefer dmcs c# 4.0 compiler over gmcs old compiler if both present
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ee7333a..39b59e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,8 +38,8 @@ dnl --- Check for mono and dmcs or gmcs
AC_PATH_PROG(MONO, mono)
-AC_PATH_PROG(DMCS, dmcs, "")
-AC_PATH_PROG(CSC, gmcs, $DMCS)
+AC_PATH_PROG(GMCS, gmcs)
+AC_PATH_PROG(CSC, dmcs, $GMCS)
CSC_DEFINES=""
CS="C#"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]