From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ....in.diff?r1=1.49&r2=1.50&hideattic=0&sortby=rev | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.49&r2=1.50&hideattic=0&sortby=rev (limited to 'cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.49&r2=1.50&hideattic=0&sortby=rev') diff --git a/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.49&r2=1.50&hideattic=0&sortby=rev b/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.49&r2=1.50&hideattic=0&sortby=rev new file mode 100644 index 00000000..a2726067 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.49&r2=1.50&hideattic=0&sortby=rev @@ -0,0 +1,44 @@ + + + +code/nel/configure.in - diff - 1.50 + +
[BACK] Return to configure.in + CVS log [TXT][DIR] Up to Nevrax / code / nel

Diff for /code/nel/configure.in between version 1.49 and 1.50

+ + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.49, 2001/08/08 17:08:23version 1.50, 2001/08/09 15:40:37
Line 236 
Line 236 
  
 if test "$with_stlport" != "no" if test "$with_stlport" != "no"
 then then
     if test -z "$with_stlport" && test -z "$with_stlport_lib" -o -z "$with_stlport_include"  
     then #    if test -z "$with_stlport" && test -z "$with_stlport_lib" -o -z "$with_stlport_include"
         AC_MSG_ERROR([You must call configure with the --with-stlport or --with-stlport-lib and with-stlport-include options. #    then
 This tells configure where to find the STLPort files.]) #        AC_MSG_ERROR([You must call configure with the --with-stlport or --with-stlport-lib and with-stlport-include options.
     fi #This tells configure where to find the STLPort files.])
  #    fi
  
     if test $with_stlport     if test $with_stlport
     then     then
Line 250 
Line 251 
         STLPORT_LIB="-L$with_stlport/lib"         STLPORT_LIB="-L$with_stlport/lib"
     fi     fi
 else else
     no_stlport="no"     no_stlport="yes"
     AC_MSG_RESULT(*** Override the use of the STLPorts (EXPERIMENTAL) ***)     AC_MSG_RESULT(*** Override the use of the STLPorts (EXPERIMENTAL) ***)
 fi fi
  


+
Legend:
+
Removed from v.1.49 
changed lines
 Added in v.1.50
+
+ + + + + +
+
\ No newline at end of file -- cgit v1.2.1