changeset 21615:17a2bcec7ae7

Add a note about pkg-config to configure.ac if glib2 headers were not found, because missing pkg-config is sometimes the cause for this.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 22 Nov 2007 19:06:38 +0000
parents acd7e486db43
children 1b342bc8c154
files configure.ac
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Nov 22 18:27:09 2007 +0000
+++ b/configure.ac	Thu Nov 22 19:06:38 2007 +0000
@@ -303,6 +303,9 @@
 	AC_MSG_ERROR([
 
 You must have the GLib 2.0 development headers installed to build.
+
+If you have these installed already you may need to install pkg-config so
+I can find them.
 ])])
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)