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

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

version 1.62, 2002/03/26 13:52:57 version 1.63, 2002/03/26 14:37:46
Line 234 
Line 234 
  
  
 dnl ==================================================================== dnl ====================================================================
 dnl OpenAL 
  
 AM_PATH_OPENAL($enable_sound) 
  
  
 dnl ==================================================================== 
 dnl Python dnl Python
  
 AM_PATH_PYTHON(1.5,$enable_ai) AM_PATH_PYTHON(1.5,$enable_ai)
Line 283 
Line 277 
  
 AM_PATH_XF86VIDMODE AM_PATH_XF86VIDMODE
  
  
  dnl ====================================================================
  dnl OpenAL
  
  AM_PATH_OPENAL($enable_sound)
  
  
  dnl ====================================================================
 dnl Arrange for the include directory to be in the search path even when dnl Arrange for the include directory to be in the search path even when
 dnl build is done outside the source tree dnl build is done outside the source tree
 CFLAGS="$CFLAGS -I\${top_srcdir}/include" CFLAGS="$CFLAGS -I\${top_srcdir}/include"
 CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include" CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include"
  
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks for library functions. dnl Checks for library functions.


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