File dsniff-configure-ac_libobj.diff of Package dsniff

--- configure.in.orig	2006-09-27 02:01:40.000000000 +0200
+++ configure.in	2006-09-27 02:17:11.000000000 +0200
@@ -61,17 +61,17 @@
 needmd5=no
 AC_CHECK_FUNCS(MD5Update, , [needmd5=yes])
 if test $needmd5 = yes; then
-   LIBOBJS="$LIBOBJS md5.o"
+   AC_LIBOBJ([md5])
 fi
 neederr=no
 AC_CHECK_FUNCS(warnx, , [neederr=yes])
 if test $neederr = yes; then
-   LIBOBJS="$LIBOBJS err.o"
+   AC_LIBOBJ([err])
 fi
 needethers=no
 AC_CHECK_FUNCS(ether_ntoa, , [needethers=yes])
 if test $needethers = yes; then
-   LIBOBJS="$LIBOBJS ethers.o"
+   AC_LIBOBJ([ethers])
 fi
 
 dnl Checks for BSD tunnel device
openSUSE Build Service is sponsored by