comparison configure.ac @ 29769:4608d460024e

The GLib requirement is 2.12.0, not 2.4.0. Sorry for the re-configure.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 16 Feb 2010 01:17:55 +0000
parents 5dec9d90fb51
children f3745c3198b2
comparison
equal deleted inserted replaced
29765:667806b1f359 29769:4608d460024e
314 dnl ####################################################################### 314 dnl #######################################################################
315 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.12.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [ 315 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.12.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [
316 AC_MSG_RESULT(no) 316 AC_MSG_RESULT(no)
317 AC_MSG_ERROR([ 317 AC_MSG_ERROR([
318 318
319 You must have GLib 2.4.0 or newer development headers installed to build. 319 You must have GLib 2.12.0 or newer development headers installed to build.
320 320
321 If you have these installed already you may need to install pkg-config so 321 If you have these installed already you may need to install pkg-config so
322 I can find them. 322 I can find them.
323 ])]) 323 ])])
324 AC_SUBST(GLIB_CFLAGS) 324 AC_SUBST(GLIB_CFLAGS)