From 004b37eca4ed9a33269d4850525a0e1c2f5deaff Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 29 Mar 2004 13:11:05 +0000 Subject: 2004-03-29 Michael Meeks * dbus/dbus-message.c (dbus_message_new_error_printf): impl. * dbus/dbus-connection.c (dbus_connection_unregister_object_path): fix warning. * configure.in: fix no-mono-installed situation. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit