]> git.meshlink.io Git - catta/blobdiff - configure.ac
add utf8 validity check API (based on the glib's implementation and hence mostly...
[catta] / configure.ac
index bbb8545b2a7dd3f7feaa0c890770061b4b9613d3..a7d2c65645ca348ce6193cca7a010b790bbf6368 100644 (file)
@@ -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)