configure.ac

changeset 21700
2ac5912cbeb6
parent 21600
3f3ce835a8ff
child 21701
09731924978b
equal deleted inserted replaced
21699:6957596d5012 21700:2ac5912cbeb6
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],

mercurial