patch-configure_ac 503 B

12345678910
  1. --- daq-2.0.0.orig/configure.ac 2012-09-06 17:17:23.000000000 +0200
  2. +++ daq-2.0.0/configure.ac 2013-11-15 15:21:19.546122100 +0100
  3. @@ -179,7 +179,6 @@ AC_ARG_ENABLE(pcap-module,
  4. [enable_pcap_module="$enableval"], [enable_pcap_module="$DEFAULT_ENABLE"])
  5. if test "$enable_pcap_module" = yes; then
  6. AC_CHECK_HEADER([pcap.h], [], [enable_pcap_module=no])
  7. - AC_CHECK_PCAP_VER("1.0.0")
  8. if test "$enable_pcap_module" = yes; then
  9. STATIC_LIBS="${STATIC_LIBS} -lpcap"
  10. fi