~ubuntu-branches/ubuntu/wily/tcpdump/wily

« back to all changes in this revision

Viewing changes to .pc/40_openssl.diff/configure.in

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2012-08-08 20:06:38 UTC
  • mfrom: (7.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120808200638-fzv1zks6p7a1qb2f
Tags: 4.3.0-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - Add enforcing AppArmor profile.
  - debian/control: Build-Depends on dh-apparmor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
732
732
dnl Check for Mac OS X, which may ship pcap.h from 0.6 but libpcap may
733
733
dnl be 0.8; this means that lib has pcap_findalldevs but header doesn't
734
734
dnl have pcap_if_t.
735
 
    savedppflags="$CPPLAGS"
 
735
    savedcppflags="$CPPFLAGS"
736
736
    CPPFLAGS="$CPPFLAGS $V_INCLS"
737
737
    AC_CHECK_TYPES(pcap_if_t, , , [#include <pcap.h>])
738
738
    CPPFLAGS="$savedcppflags"
1067
1067
                fi
1068
1068
                AC_CHECK_LIB(crypto, DES_cbc_encrypt)
1069
1069
 
1070
 
                savedppflags="$CPPLAGS"
 
1070
                savedcppflags="$CPPFLAGS"
1071
1071
                CPPFLAGS="$CPPFLAGS $V_INCLS"
1072
1072
                AC_CHECK_HEADERS(openssl/evp.h)
1073
1073
                CPPFLAGS="$savedcppflags"