From e93cc8e50b2f8b16a67867b199a55d224eaa8bd8 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 21 Mar 2006 22:39:24 +0000 Subject: * Provide a slightly better description of what mcs is (Closes: #22) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1180 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bbb8545..a7d2c65 100644 --- a/configure.ac +++ b/configure.ac @@ -565,7 +565,7 @@ if test "x$HAVE_DBUS" = "xyes" ; then if test "x$HAVE_MONO" = "xyes" ; then AC_PATH_PROG(MCS, mcs) if test "x$MCS" = "x" ; then - AC_MSG_ERROR([Can not find "mcs" in your PATH]) + AC_MSG_ERROR([Can not find "mcs" - The Mono C-Sharp Compiler) in your PATH]) fi AC_PATH_PROG(GACUTIL, gacutil) -- cgit