comparison configure.ac @ 32665:a92f4cb593a4

propagate from branch 'im.pidgin.pidgin' (head c0e633bbd723352b9614b1bfcfab551e416a29dc) to branch 'im.pidgin.cpw.qulogic.gtk3' (head 1887cd5f7ea1e4bc0950747da36d56d618ecd105)
author Marcus Lundblad <ml@update.uu.se>
date Wed, 02 Feb 2011 23:26:42 +0000
parents a7397a3d67ef 04471fbd3a85
children 974722699032
comparison
equal deleted inserted replaced
32648:a7397a3d67ef 32665:a92f4cb593a4
327 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes") 327 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes")
328 328
329 dnl ####################################################################### 329 dnl #######################################################################
330 dnl # Check for GLib 2.12 (required) 330 dnl # Check for GLib 2.12 (required)
331 dnl ####################################################################### 331 dnl #######################################################################
332 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.12.0 gio-2.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [ 332 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.12.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [
333 AC_MSG_RESULT(no) 333 AC_MSG_RESULT(no)
334 AC_MSG_ERROR([ 334 AC_MSG_ERROR([
335 335
336 You must have GLib 2.12.0 or newer development headers installed to build. 336 You must have GLib 2.12.0 or newer development headers installed to build.
337 337