X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=a7d2c65645ca348ce6193cca7a010b790bbf6368;hb=9541ceb22b5ecd525e16a318b95329a38240a7a4;hp=bbb8545b2a7dd3f7feaa0c890770061b4b9613d3;hpb=4ee3d665f143df1b647b73a096655ce068ee8940;p=catta 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)