Make message when pkg-config fials to find glib-2.0.pc less cryptic.
authorPadraig O'Briain <padraig.obriain@sun.com>
Tue, 6 May 2003 12:21:00 +0000 (12:21 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Tue, 6 May 2003 12:21:00 +0000 (12:21 +0000)
2003-05-06  Padraig O'Briain  <padraig.obriain@sun.com>

* configure.in: Make message when pkg-config fials to find glib-2.0.pc
less cryptic.

ChangeLog
configure.in

index a2a9d1b..87f0dc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
 
+       * configure.in: Make message when pkg-config fials to find glib-2.0.pc
+       less cryptic.
+
        * po/pl.po: Updated Polish translation from Artur Flinta.
 
 2003-05-05  Duarte Loreto <happyguy_pt@hotmail.com>
index c56977f..f6bbb8b 100644 (file)
@@ -144,7 +144,9 @@ dnl Makefile
 AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :,
   AC_MSG_ERROR([
 *** GLIB $GLIB_REQUIRED_VERSION or better is required. The latest version of 
-*** GLIB is always available from ftp://ftp.gtk.org/.]),
+*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
+*** but not in the same location as pkg-config add the location of the file 
+*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.]),
   gobject gmodule)
 
 PKG_CHECK_MODULES(DEP, glib-2.0 >= $GLIB_REQUIRED_VERSION $GLIB_PACKAGES, ,