grim/guifications2

merge of '1badae128249834bf59200058c59315e840fbfd4'
org.guifications.gf2
2007-06-05, John Bailey
c274052e808b
merge of '1badae128249834bf59200058c59315e840fbfd4'
and '99b76b10d83a58405927157ac5290d6ff45e1d81'
  • +11 -0
    configure.ac
  • --- a/configure.ac Tue May 15 14:06:27 2007 -0400
    +++ b/configure.ac Tue Jun 05 17:01:16 2007 -0400
    @@ -123,6 +123,17 @@
    AC_SUBST(PANGOFT2_LIBS)
    #
    +# check for libxml2 (ripped from configure.ac for Pidgin)
    +# I left out AC_SUBST stuff because it looks like we don't need it.
    +#
    +PKG_CHECK_MODULES(LIBXML, [libxml-2.0 >= 2.6.0], , [
    + AC_MSG_RESULT(no)
    + AC_MSG_ERROR([
    +*** You must have libxml2 >= 2.6.0 development headers installed in
    +*** order to build guifications.
    +])])
    +
    +#
    # Check if plugins are enabled
    #
    want_plugins=yes