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

Diff of /libmcrypt/configure.in

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

revision 1.57 by nmav, Wed Mar 5 17:35:59 2003 UTC revision 1.58 by nmav, Sat Mar 8 17:30:52 2003 UTC
# Line 82  MCRYPT_ALGORITHM_MODULES="threeway cast- Line 82  MCRYPT_ALGORITHM_MODULES="threeway cast-
82    
83    
84  if test "x$opt_enable_ltdl" != xno; then  if test "x$opt_enable_ltdl" != xno; then
85     touch lib/mcrypt_internal.h
86    
87   AC_CHECK_LIB( ltdl, lt_dlmutex_register, AC_DEFINE(DLMUTEX, 1, [dlmutex]))   AC_CHECK_LIB( ltdl, lt_dlmutex_register, AC_DEFINE(DLMUTEX, 1, [dlmutex]))
88    
# Line 156  for i in $ALG Line 157  for i in $ALG
157  do \  do \
158  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"
159  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"
160    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.57  
changed lines
  Added in v.1.58

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26