X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;ds=sidebyside;f=source%2Fconfigure.ac;h=c2582f6dcd4bdee5cbd3e8fc2f8285fac3443990;hb=f465aa76237915dfa58983da02e2ea0707ef0d07;hp=9a516889155cfdcef503d8c30eaa9ea414e11874;hpb=81961bf13bf622cc4290b893abcb9ec4347d2907;p=xestiaab%2F.git diff --git a/source/configure.ac b/source/configure.ac index 9a51688..c2582f6 100644 --- a/source/configure.ac +++ b/source/configure.ac @@ -109,6 +109,18 @@ variable before running configure again." # libxml2 Library +CPPFLAGSOLD=CPPFLAGS +CPPFLAGS=`xml2-config --cflags` + +AC_CHECK_PROG([FOUND_XML2CONFIG], [xml2-config], [yes], [no]) +AM_CONDITIONAL([FOUND_XML2CONFIG_RES], [test x$FOUND_XML2CONFIG = xyes]) + +AM_COND_IF([FOUND_XML2CONFIG_RES], [], [echo "Cannot find the xml2-config program on your system. +If it is installed on your system, adjust your PATH environment +variable before running configure again." + exit -1 + ]) + AC_CHECK_LIB([xml2], [main], [], [echo "The libxml2 library must be installed on your system. Please check that this library is installed properly before running configure again." @@ -121,14 +133,7 @@ before running configure again." exit -1 ]) -AC_CHECK_PROG([FOUND_XML2CONFIG], [xml2-config], [yes], [no]) -AM_CONDITIONAL([FOUND_XML2CONFIG_RES], [test x$FOUND_XML2CONFIG = xyes]) - -AM_COND_IF([FOUND_XML2CONFIG_RES], [], [echo "Cannot find the xml2-config program on your system. -If it is installed on your system, adjust your PATH environment -variable before running configure again." - exit -1 - ]) +CPPFLAGS=CPPFLAGSOLD # file application