summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)