summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cfc1a952..ab3da87b 100644
--- a/configure.in
+++ b/configure.in
@@ -184,7 +184,7 @@ AM_CONDITIONAL(DBUS_USE_GCJ, test x$enable_gcj = xyes)
AM_PROG_LIBTOOL
#### Look for mono
-AC_CHECK_TOOL(MCS, mcs, mcs)
+AC_CHECK_TOOL(MCS, mcs)
if test -z "$MCS" ; then
have_mcs=no
else