From 6cb5d84cb3063363221a14ab7434e18d700af032 Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Gual Date: Wed, 2 Feb 2011 11:53:28 +0100 Subject: .net 4.0 migration work --- extras/ValaBinding/configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extras/ValaBinding/configure.in') diff --git a/extras/ValaBinding/configure.in b/extras/ValaBinding/configure.in index 128c108e6b..dfb4a88757 100644 --- a/extras/ValaBinding/configure.in +++ b/extras/ValaBinding/configure.in @@ -6,14 +6,14 @@ AM_MAINTAINER_MODE ASSEMBLY_VERSION=2.6.0.0 AC_PATH_PROG(MONO, mono) -AC_PATH_PROG(MCS, gmcs) +AC_PATH_PROG(MCS, dmcs) if test "x$MONO" = "x" ; then AC_MSG_ERROR([Can't find "mono" in your PATH]) fi if test "x$MCS" = "x" ; then - AC_MSG_ERROR([Can't find "gmcs" in your PATH]) + AC_MSG_ERROR([Can't find "dmcs" in your PATH]) fi AC_SUBST(PATH) AC_SUBST(LD_LIBRARY_PATH) @@ -37,12 +37,12 @@ fi if test "x$has_mono" = "xtrue"; then if test `uname -s` = "Darwin"; then AC_PATH_PROG(RUNTIME, mono, no) - AC_PATH_PROG(CSC, gmcs, no) + AC_PATH_PROG(CSC, dmcs, no) LIB_PREFIX= LIB_SUFFIX=.dylib else AC_PATH_PROG(RUNTIME, mono, no) - AC_PATH_PROG(CSC, gmcs, no) + AC_PATH_PROG(CSC, dmcs, no) LIB_PREFIX=.so LIB_SUFFIX= fi -- cgit v1.2.3