From: Padraig O'Briain Date: Tue, 6 May 2003 12:21:00 +0000 (+0000) Subject: Make message when pkg-config fials to find glib-2.0.pc less cryptic. X-Git-Tag: ATK_1_3-2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0de661f985a07036af99bb27a2ebeb9b24232d4f;p=platform%2Fupstream%2Fatk.git Make message when pkg-config fials to find glib-2.0.pc less cryptic. 2003-05-06 Padraig O'Briain * configure.in: Make message when pkg-config fials to find glib-2.0.pc less cryptic. --- diff --git a/ChangeLog b/ChangeLog index a2a9d1b..87f0dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-05-06 Padraig O'Briain + * 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 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, ,