comparison auto/lib/md5/conf @ 306:6b91bfbc4123

nginx-0.0.3-2004-04-05-00:32:09 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 04 Apr 2004 20:32:09 +0000
parents ee394e997c77
children ce375c313e96
comparison
equal deleted inserted replaced
305:4b1a3a4acc60 306:6b91bfbc4123
30 fi 30 fi
31 ;; 31 ;;
32 32
33 *) 33 *)
34 LINK_DEPS="$LINK_DEPS $MD5/libmd5.a" 34 LINK_DEPS="$LINK_DEPS $MD5/libmd5.a"
35 CORE_LIBS="$CORE_LIBS -L $MD5 -lmd5" 35 CORE_LIBS="$CORE_LIBS $MD5/libmd5.a"
36 #CORE_LIBS="$CORE_LIBS -L $MD5 -lmd5"
36 ;; 37 ;;
37 38
38 esac 39 esac
39 40
40 else 41 else