/[mcrypt]/libmcrypt/configure.in
ViewVC logotype

Diff of /libmcrypt/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by nmav, Sat Dec 15 11:27:33 2001 UTC revision 1.32 by nmav, Sat Jan 5 13:26:46 2002 UTC
# Line 45  AC_ARG_WITH(included-algos, Line 45  AC_ARG_WITH(included-algos,
45  [  --with-included-algos=algo1 algo2 ... include algorithms/modes into the library],  [  --with-included-algos=algo1 algo2 ... include algorithms/modes into the library],
46  opt_include_algos=$withval)  opt_include_algos=$withval)
47    
48  if test x$opt_include_algos = xyes; then  if test "x$opt_include_algos" = xyes; then
49          opt_include_algos=""          opt_include_algos=""
50  fi  fi
51  if test x$opt_include_algos = xno; then  if test "x$opt_include_algos" = xno; then
52          opt_include_algos=""          opt_include_algos=""
53  fi  fi
54    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26