summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-11-22 19:06:38 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-11-22 19:06:38 +0000
commit7a7c22b1353d5fca07cfcba37da9da0935284723 (patch)
treea05c56bfb479308f2990cef89b3e1a0d4ba30a21
parentb0bfb1e7f60346d3760f2d86577a8082d696a84e (diff)
downloadpidgin-7a7c22b1353d5fca07cfcba37da9da0935284723.tar.gz
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.
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d51aed8bb6..c98f8d9fd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,6 +303,9 @@ PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0 gthread-2.0],
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)