Return to configure.in CVS log | Up to Nevrax / code / nel |
version 1.61, 2002/03/21 10:54:37 | version 1.62, 2002/03/26 13:52:57 | ||
---|---|---|---|
|
|
||
AM_PATH_XML2(2.0.0, , AC_MSG_ERROR(libxml2 must be installed.)) | AM_PATH_XML2(2.0.0, , AC_MSG_ERROR(libxml2 must be installed.)) | ||
CFLAGS="$CFLAGS $XML_CFLAGS" | |||
CXXFLAGS="$CXXFLAGS $XML_CFLAGS" | |||
LIBS="$LIBS $XML_LIBS" | |||
dnl Use C++ compiler as a default for the compilation tests. | dnl Use C++ compiler as a default for the compilation tests. | ||
AC_LANG_CPLUSPLUS | AC_LANG_CPLUSPLUS | ||
|