aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c4dfba8..335b44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,18 +4,21 @@
* libpcap: Remove
* INSTALL: Remove
* Makefile.am (SUBDIRS): Remove libpcap
* configure.ac: Remove libpcap
Use LOG_FACILITY instead of --with-log-facility
+ Raise version no. to 1.0.
* ylwrap: Remove.
* src/Makefile.am (ipacct_LDADD): Use -lpcap.
* src/ipacct.h: Do not include ip_var.h
* src/main.c: Do not include pcap-int.h
* src/run.c: Do not include pcap-int.h
(run): Use pcap_fileno.
+ * AUTHORS: Update
+ * ylwrap, INSTALL: Remove.
* src/main.c (parse_opt): Remove leftover uses of optarg.
(main): Do not use optind.
2005-08-04 Sergey Poznyakoff <gray@gnu.org.ua>
diff --git a/configure.ac b/configure.ac
index a244400..b96ca94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,13 +48,13 @@ AC_STRUCT_ST_RDEV
AC_HEADER_TIME
AC_STRUCT_TM
dnl Check for libraries
AC_CHECK_LIB(socket, main)
AC_CHECK_LIB(nsl, main)
-AC_CHECK_LIB(pcap, pcap_init,
+AC_CHECK_LIB(pcap, pcap_compile,
[LIBS="-lpcap $LIBS"],
[AC_MSG_ERROR([Required library libpcap not found])])
dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_HEADER_MAJOR

Return to:

Send suggestions and report system problems to the System administrator.