From 2fc05f1ab0bd60f63ce1c76af4313ba1ba7e7e11 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 2 Mar 2008 15:30:06 +0000 Subject: [PATCH] 2008-03-02 Miguel de Icaza * configure.in: No need to detect mcs1, as we are going to keep mcs as the 1.0 compiler and gmcs as the 2.0 compiler. Since making mcs a 2.0 compiler caused too many problems. svn path=/trunk/mono/; revision=97132 --- ChangeLog | 6 ++++++ configure.in | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41a6a53ff5a..cc0df80c2b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-02 Miguel de Icaza + + * configure.in: No need to detect mcs1, as we are going to keep + mcs as the 1.0 compiler and gmcs as the 2.0 compiler. Since + making mcs a 2.0 compiler caused too many problems. + 2008-02-29 Miguel de Icaza * configure.in: Detect if there is an mcs1 command installed as diff --git a/configure.in b/configure.in index 54f434767dd..f2a44ee61fa 100644 --- a/configure.in +++ b/configure.in @@ -1928,8 +1928,6 @@ if test "x$TARGET" = "xAMD64" -o "x$TARGET" = "xX86" -o "x$TARGET" = "xALPHA"; t fi fi -AC_PATH_PROG(MCSCMD, mcs1, mcs1, mcs) - AC_MSG_CHECKING(if the Mono Debugger is supported on this platform) if test "x$mono_debugger_supported" = "xyes"; then AC_DEFINE(MONO_DEBUGGER_SUPPORTED,1,[The Mono Debugger is supported on this platform]) @@ -2211,7 +2209,6 @@ fi echo 'IL_FLAGS = /debug' >> $srcdir/$mcsdir/build/config.make echo "RUNTIME = $mono_build_root/runtime/mono-wrapper" >> $srcdir/$mcsdir/build/config.make echo "ILDISASM = $mono_build_root/runtime/monodis-wrapper" >> $srcdir/$mcsdir/build/config.make - echo "EXTERNAL_MCS = $MCSCMD" >> $srcdir/$mcsdir/build/config.make case $INSTALL in [[\\/$]]* | ?:[[\\/]]* ) mcs_INSTALL=$INSTALL ;; *) mcs_INSTALL=$mono_build_root/$INSTALL ;; -- 2.25.1