# HG changeset patch # User Matti Hamalainen # Date 1205442161 -7200 # Node ID 0b9a75430f6b6de5d83f8c9921b1e9611e254bb7 # Parent 3d9a2f1379a171d3cc4c0858a321b67b8aa54ec4 Update URLs to libmcs and libmowgli and few typomatic things. diff -r 3d9a2f1379a1 -r 0b9a75430f6b configure.ac --- 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