configure: Restore --with-pcap=<DIR> option

Fixes g265a41e14d.

Bug: 14019
Change-Id: I785bba88db5feb9e4c694d6fff2f718ea9ec8a3a
Reviewed-on: https://code.wireshark.org/review/23367
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2017-08-31 15:14:54 +01:00 committed by João Valverde
parent 0f233e24d8
commit 08c3681e7e
1 changed files with 0 additions and 3 deletions

View File

@ -131,8 +131,6 @@ AC_DEFUN([AC_WIRESHARK_PCAP_BREAKLOOP_TRY_LINK],
#
AC_DEFUN([AC_WIRESHARK_PCAP_CHECK],
[
AC_WIRESHARK_PUSH_FLAGS
if test -z "$pcap_dir"
then
# Pcap header checks
@ -415,7 +413,6 @@ install a newer version of the header file.])
AC_CHECK_FUNCS(bpf_image pcap_set_tstamp_precision pcap_set_tstamp_type)
fi
AC_WIRESHARK_POP_FLAGS
LIBS="$ac_save_LIBS"
])