summaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
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, ,