X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=configure.ac;h=a184fe8c5d4c28f32e15d5019e7f9cf80e8e45eb;hp=0df9eb1d5741ad07426b0f21ec4a77b614a88809;hb=466d0d3e9f5f6b6fc409a73ad26f9b0483d12f32;hpb=05c4f150e0973080ef3a9bd531cae650c7d10394 diff --git a/configure.ac b/configure.ac index 0df9eb1..a184fe8 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,12 @@ AC_CHECK_LIB(ungif, DGifOpenFileName, HAVE_LIBUNGIF="yes", HAVE_LIBUNGIF="no") LIBUNGIF_LIBS="-lungif" AC_SUBST(LIBUNGIF_LIBS) +TUXBOX_APPS_LIB_PKGCONFIG(XML2,libxml-2.0) + +# ok, we are in trouble: XMLCCWRAP only defines C++ symbols. So let's just check if linking works, +# and assume everything will be ok. Then just check for the "exit" symbol, which should be always there. +TUXBOX_APPS_LIB_SYMBOL(XMLCCWRAP, xmlccwrap, exit) + if test "$withsdl" = "yes" ; then TUXBOX_APPS_LIB_CONFIG(SDL,sdl-config) AC_DEFINE_UNQUOTED([WITH_SDL],[$withsdl],[With SDL]) @@ -97,7 +103,6 @@ lib/python/Plugins/Extensions/GraphMultiEPG/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile -lib/xml/Makefile po/Makefile main/Makefile tools/Makefile