X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=configure.in;h=967635fdcbfae1c9b370902136190e0963138729;hp=edcf792b04e531144d5ef5cce8e35c32d1dd6c06;hb=1cda5350173ab595b1ea2a7a00f599a988c1438a;hpb=6f6d24c02ef3e3a7600432bed1c801a611c3c918 diff --git a/configure.in b/configure.in index edcf792..967635f 100644 --- a/configure.in +++ b/configure.in @@ -23,8 +23,8 @@ if test "x$BOOST_SERIALIZATION_LIB" = "x"; then exit 1 fi -PKG_CHECK_MODULES(CODEGEN, libxml++-2.6 >= 2.8.1) -AC_SUBST(CODEGEN_CFLAGS) -AC_SUBST(CODEGEN_LIBS) +PKG_CHECK_MODULES(XMLPP, libxml++-2.6 >= 2.8.1) +AC_SUBST(XMLPP_CFLAGS) +AC_SUBST(XMLPP_LIBS) AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile examples/Makefile codegen/Makefile example-codegen/Makefile)