[BACK] Return to configure.in CVS log [TXT][DIR] Up to Nevrax / code / nel

Diff for /code/nel/configure.in between version 1.61 and 1.62

version 1.61, 2002/03/21 10:54:37 version 1.62, 2002/03/26 13:52:57
Line 253 
Line 253 
  
 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
  


Legend:
Removed from v.1.61 
changed lines
 Added in v.1.62