]> git.meshlink.io Git - catta/commitdiff
* Provide a slightly better description of what mcs is (Closes: #22)
authorTrent Lloyd <lathiat@bur.st>
Tue, 21 Mar 2006 22:39:24 +0000 (22:39 +0000)
committerTrent Lloyd <lathiat@bur.st>
Tue, 21 Mar 2006 22:39:24 +0000 (22:39 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1180 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

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)