~ubuntu-branches/ubuntu/precise/tcpdump/precise-updates

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-01-05 08:21:25 UTC
  • mfrom: (7.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100105082125-ofykxjkd5adg20iu
Tags: 4.0.0-6ubuntu1
* Merge from debian testing. Remaining changes:
  - add enforcing AppArmor profile
    - create debian/usr.sbin.tcpdump
    - debian/control: suggest apparmor >= 2.3
    - debian/postrm: remove force-complain and disable links on purge
    - debian/rules: update 'binary' target to add profile
    - debian/README.Debian: give information on AppArmor
    - debian/postinst: reload tcpdump profile
    - debian/tcpdump.dirs: added back for AppArmor directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
AC_C___ATTRIBUTE__
18
18
AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netdnet/dnetdb.h)
19
19
AC_CHECK_HEADERS(net/pfvar.h, , , [#include <sys/types.h>
 
20
#include <net/if_pflog.h>
20
21
#include <sys/socket.h>
21
22
#include <net/if.h>])
22
23
if test "$ac_cv_header_net_pfvar_h" = yes; then