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

Diff for /code/nelns/configure.in between version 1.13 and 1.14

version 1.13, 2002/04/10 07:33:07 version 1.14, 2002/04/15 12:04:30
Line 42 
Line 42 
  
 AC_PROG_INSTALL AC_PROG_INSTALL
  
  AC_PATH_PROG(CCACHE, ccache)
  if test "$CCACHE"
  then
   CXX="ccache $CXX"
  fi
  
 dnl ==================================================================== dnl ====================================================================
 dnl Configure Settings dnl Configure Settings


Legend:
Removed from v.1.13 
changed lines
 Added in v.1.14