diff options
| author | Trent Lloyd <lathiat@bur.st> | 2006-03-21 22:39:24 +0000 | 
|---|---|---|
| committer | Trent Lloyd <lathiat@bur.st> | 2006-03-21 22:39:24 +0000 | 
| commit | e93cc8e50b2f8b16a67867b199a55d224eaa8bd8 (patch) | |
| tree | ab2fe093b1b58ca6d2d35c419d3ebc08c99f99a7 | |
| parent | e73e377dd5d15a6c31c04e977517a909cad7b5b1 (diff) | |
 * 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
| -rw-r--r-- | configure.ac | 2 | 
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)  | 
