]> git.pld-linux.org Git - packages/tcpdump.git/blame - tcpdump-ssl.patch
- release 2,
[packages/tcpdump.git] / tcpdump-ssl.patch
CommitLineData
1be73272
AM
1diff -urN tcpdump-cvs20001101.org/configure.in tcpdump-cvs20001101/configure.in
2--- tcpdump-cvs20001101.org/configure.in Wed Nov 1 16:11:03 2000
3+++ tcpdump-cvs20001101/configure.in Wed Nov 1 16:22:07 2000
4@@ -530,7 +530,7 @@
8b83a87d
AF
5 ac_cv_ssleay_path=no
6 incdir=no
1be73272
AM
7 for dir in /usr /usr/local /usr/local/ssl /usr/pkg; do
8- if test -d $dir/lib -a -f $dir/lib/libcrypto.a; then
9+ if test -d $dir/lib -a -f $dir/lib/libcrypto.so; then
8b83a87d
AF
10 ac_cv_ssleay_path=$dir
11 fi
1be73272 12 if test -d $dir/include/ssleay -a -f $dir/include/ssleay/des.h; then
This page took 0.031186 seconds and 4 git commands to generate.