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

Diff for /code/nel/configure.in between version 1.52 and 1.55

version 1.52, 2001/10/09 13:43:06 version 1.55, 2001/11/07 16:25:13
Line 34 
Line 34 
  
 dnl The following hack should ensure that configure doesnt add optimizing dnl The following hack should ensure that configure doesnt add optimizing
 dnl or debugging flags to CFLAGS or CXXFLAGS dnl or debugging flags to CFLAGS or CXXFLAGS
 CFLAGS="$CFLAGS " CFLAGS="$CFLAGS -ftemplate-depth-24"
 CXXFLAGS="$CXXFLAGS " CXXFLAGS="$CXXFLAGS -ftemplate-depth-24"
  
  
 dnl ==================================================================== dnl ====================================================================
Line 102 
Line 102 
    NEL_SUBDIRS="$NEL_SUBDIRS ai"    NEL_SUBDIRS="$NEL_SUBDIRS ai"
 fi fi
  
  AC_SUBST(enable_net)
  AC_SUBST(enable_3d)
  AC_SUBST(enable_pacs)
  AC_SUBST(enable_sound)
  AC_SUBST(enable_ai)
  
 AC_SUBST(NEL_SUBDIRS) AC_SUBST(NEL_SUBDIRS)
  
  
Line 401 
Line 407 
 dnl LibXML dnl LibXML
 dnl ========== dnl ==========
  
 if test "$enable_3d" = "yes" 
 then 
     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.) )
 fi 
  
  
 dnl ==================================================================== dnl ====================================================================


Legend:
Removed from v.1.52 
changed lines
 Added in v.1.55