]> git.pld-linux.org Git - packages/dsniff.git/blob - dsniff-ac.patch
- new/updated
[packages/dsniff.git] / dsniff-ac.patch
1 diff -urN dsniff-2.4.org/configure.in dsniff-2.4/configure.in
2 --- dsniff-2.4.org/configure.in 2003-11-08 22:37:23.000000000 +0100
3 +++ dsniff-2.4/configure.in     2003-11-08 22:38:34.000000000 +0100
4 @@ -61,17 +61,17 @@
5  needmd5=no
6  AC_CHECK_FUNCS(MD5Update, , [needmd5=yes])
7  if test $needmd5 = yes; then
8 -   LIBOBJS="$LIBOBJS md5.o"
9 +   AC_LIBOBJ([md5])
10  fi
11  neederr=no
12  AC_CHECK_FUNCS(warnx, , [neederr=yes])
13  if test $neederr = yes; then
14 -   LIBOBJS="$LIBOBJS err.o"
15 +   AC_LIBOBJ([err])
16  fi
17  needethers=no
18  AC_CHECK_FUNCS(ether_ntoa, , [needethers=yes])
19  if test $needethers = yes; then
20 -   LIBOBJS="$LIBOBJS ethers.o"
21 +   AC_LIBOBJ([ethers])
22  fi
23  
24  dnl Checks for BSD tunnel device
This page took 0.025154 seconds and 3 git commands to generate.