changeset 4330:0b9a75430f6b

Update URLs to libmcs and libmowgli and few typomatic things.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 13 Mar 2008 23:02:41 +0200
parents 3d9a2f1379a1
children d269f16e4e73
files configure.ac
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Mar 13 15:11:31 2008 -0500
+++ b/configure.ac	Thu Mar 13 23:02:41 2008 +0200
@@ -89,21 +89,21 @@
 
 PKG_CHECK_MODULES(GTK, [glib-2.0 >= 2.14.0 gtk+-2.0 >= 2.10.0 gthread-2.0 pango],
     [ADD_PC_REQUIRES([glib-2.0 >= 2.14.0, gtk+-2.0 >= 2.10.0])],
-    [AC_MSG_ERROR([Cannot find glib2/gtk2/pango])]
+    [AC_MSG_ERROR([Cannot find GLib2/Gtk+2/Pango])]
 )
 
 dnl Check for GLib.
 
 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.14.0],
     [ADD_PC_REQUIRES([glib-2.0 >= 2.14.0])],
-    [AC_MSG_ERROR([Cannot find glib2])]
+    [AC_MSG_ERROR([Cannot find GLib2])]
 )
 
 dnl Check for libmowgli.
 
 PKG_CHECK_MODULES(MOWGLI, [libmowgli >= 0.4],
     [ADD_PC_REQUIRES([libmowgli >= 0.4])],
-    [AC_MSG_ERROR([Cannot find libmowgli: try http://www.atheme-project.org/projects/mowgli.shtml])]
+    [AC_MSG_ERROR([Cannot find libmowgli: try http://www.atheme.org/projects/mowgli.shtml])]
 )
 
 # Check if socklen_t is defined
@@ -279,7 +279,7 @@
       AC_DEFINE(HAVE_MCS, , [Define if building with libmcs support])
       ADD_PC_REQUIRES([libmcs >= 0.1])
    ],
-   [AC_MSG_ERROR([Cannot find libmcs])]
+   [AC_MSG_ERROR([Cannot find libmcs, try http://www.atheme.org/projects/mcs.shtml])]
 )
 
 dnl AltiVec support