summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2003-05-06 12:21:00 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-05-06 12:21:00 +0000
commit0de661f985a07036af99bb27a2ebeb9b24232d4f (patch)
tree07de274288992482eb5d5c1b139e48cf844be5cd
parent75770f79af23d72a6eea3f4a8bf197458a3202a6 (diff)
downloadatk-0de661f985a07036af99bb27a2ebeb9b24232d4f.tar.gz
Make message when pkg-config fials to find glib-2.0.pc less cryptic.
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.
-rw-r--r--ChangeLog3
-rw-r--r--configure.in4
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2a9d1b..87f0dc9 100644
--- 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>
diff --git a/configure.in b/configure.in
index c56977f..f6bbb8b 100644
--- a/configure.in
+++ b/configure.in
@@ -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, ,