comparison configure.ac @ 14199:2c71c9ecf394

[gaim-migrate @ 16871] change the configure.ac to avoid autogen error committed by Ma Yuan<mayuan2006@gmail.com> committer: Tailor Script <tailor@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sat, 19 Aug 2006 03:46:26 +0000
parents 60b1bc8dbf37
children ecc7f6f64ddd
comparison
equal deleted inserted replaced
14198:c65ed4f6eea8 14199:2c71c9ecf394
637 637
638 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0 gthread-2.0], 638 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0 gthread-2.0],
639 [ 639 [
640 AC_SUBST(GLIB_CFLAGS) 640 AC_SUBST(GLIB_CFLAGS)
641 AC_SUBST(GLIB_LIBS) 641 AC_SUBST(GLIB_LIBS)
642 echo "GLib 2.0 check OK!"
642 ], 643 ],
643 [ 644 [
644 AC_MSG_ERROR([ 645 AC_MSG_ERROR([
645 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib 646 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib
646 *** development headers installed. The latest version of GLib is 647 *** development headers installed. The latest version of GLib is
652 if test "$enable_gtk" = yes ; then 653 if test "$enable_gtk" = yes ; then
653 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.0.0], 654 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.0.0],
654 [ 655 [
655 AC_SUBST(GTK_CFLAGS) 656 AC_SUBST(GTK_CFLAGS)
656 AC_SUBST(GTK_LIBS) 657 AC_SUBST(GTK_LIBS)
658 echo "GTK+ 2.0 check OK!"
657 ], 659 ],
658 [ 660 [
659 AC_MSG_ERROR([ 661 AC_MSG_ERROR([
660 *** GTK+ 2.0 is required to build Gaim. please make sure you have the GTK+ 662 *** GTK+ 2.0 is required to build Gaim. please make sure you have the GTK+
661 *** development headers installed. The latest version of GTK+ is 663 *** development headers installed. The latest version of GTK+ is