# HG changeset patch # User Stu Tomlinson # Date 1195758398 0 # Node ID 17a2bcec7ae76f20d5663267441587e5dd46f646 # Parent acd7e486db4396f94b368d6d6cad01d94ad45688 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. diff -r acd7e486db43 -r 17a2bcec7ae7 configure.ac --- 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)