Mercurial > pidgin
diff configure.ac @ 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 | 7a9b8bd09a05 |
children | 1b342bc8c154 |
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)