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

Diff for /code/nelns/configure.in between version 1.6 and 1.7

version 1.6, 2001/08/08 10:23:32 version 1.7, 2001/08/16 12:42:26
Line 115 
Line 115 
 if test -z "$no_stlport" -a  "$with_stlport_lib" if test -z "$no_stlport" -a  "$with_stlport_lib"
 then then
     AC_MSG_RESULT(using STLPort library files located in $with_stlport_lib)     AC_MSG_RESULT(using STLPort library files located in $with_stlport_lib)
     STLPORT_LIB="i-L$with_stlport_lib"     STLPORT_LIB="-L$with_stlport_lib"
 fi fi
  
  
Line 126 
Line 126 
 dnl Ask user for path to the NeL header files dnl Ask user for path to the NeL header files
 AC_ARG_WITH( nel, AC_ARG_WITH( nel,
     [  --with-nel=<prefix>     prefix to the NeL files installation.     [  --with-nel=<prefix>     prefix to the NeL files installation.
                           e.g. /usr/local/include],                           e.g. /usr/local],
     [NEL_DIR=$with_nel     [NEL_DIR=$with_nel
       AC_MSG_RESULT(using NeL header files located in $with_nel)]       AC_MSG_RESULT(using NeL files located in $with_nel)]
 ) )
  
 if test X"$NEL_DIR" != X""; if test X"$NEL_DIR" != X"";


Legend:
Removed from v.1.6 
changed lines
 Added in v.1.7