comparison 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
comparison
equal deleted inserted replaced
21614:acd7e486db43 21615:17a2bcec7ae7
301 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [ 301 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [
302 AC_MSG_RESULT(no) 302 AC_MSG_RESULT(no)
303 AC_MSG_ERROR([ 303 AC_MSG_ERROR([
304 304
305 You must have the GLib 2.0 development headers installed to build. 305 You must have the GLib 2.0 development headers installed to build.
306
307 If you have these installed already you may need to install pkg-config so
308 I can find them.
306 ])]) 309 ])])
307 AC_SUBST(GLIB_CFLAGS) 310 AC_SUBST(GLIB_CFLAGS)
308 AC_SUBST(GLIB_LIBS) 311 AC_SUBST(GLIB_LIBS)
309 312
310 AC_ARG_WITH([extraversion], 313 AC_ARG_WITH([extraversion],