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

Diff of /libmcrypt/configure.in

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

revision 1.59 by nmav, Sat Mar 8 17:53:08 2003 UTC revision 1.60 by nmav, Sat Mar 8 18:02:46 2003 UTC
# Line 141  fi Line 141  fi
141  AC_MSG_CHECKING([which algorithms to include into library])  AC_MSG_CHECKING([which algorithms to include into library])
142  AC_ARG_WITH(included-algos,  AC_ARG_WITH(included-algos,
143  [  --with-included-algos=algo1,algo2,... include algorithms/modes into the library],  [  --with-included-algos=algo1,algo2,... include algorithms/modes into the library],
144    touch lib/mcrypt_internal.h
145  opt_include_algos=$withval)  opt_include_algos=$withval)
146    
147  if test "x$opt_include_algos" = xyes; then  if test "x$opt_include_algos" = xyes; then
# Line 157  for i in $ALG Line 158  for i in $ALG
158  do \  do \
159  test -f modules/algorithms/$i.c && EXTRA_OBJECTS="$EXTRA_OBJECTS ../modules/algorithms/$i.lo"  test -f modules/algorithms/$i.c && EXTRA_OBJECTS="$EXTRA_OBJECTS ../modules/algorithms/$i.lo"
160  test -f modules/modes/$i.c && EXTRA_OBJECTS="$EXTRA_OBJECTS ../modules/modes/$i.lo"  test -f modules/modes/$i.c && EXTRA_OBJECTS="$EXTRA_OBJECTS ../modules/modes/$i.lo"
 touch lib/mcrypt_internal.h  
161  done  done
162    
163  AC_MSG_RESULT($opt_include_algos)  AC_MSG_RESULT($opt_include_algos)

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26