blob: caa232605ab113d8ea5277defac1ab34833fa296 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- configure.orig 2007-01-20 19:30:22.000000000 +0700
+++ configure 2018-04-16 18:23:18.054769000 +0700
@@ -22247,27 +22247,6 @@
*) LIBOBJS="$LIBOBJS fw-pf.$ac_objext" ;;
esac
-elif test "$ac_cv_header_netinet_ip_fw_h" = yes ; then
- case "$host_os" in
- *freebsd5*)
- case $LIBOBJS in
- "fw-none.$ac_objext" | \
- *" fw-none.$ac_objext" | \
- "fw-none.$ac_objext "* | \
- *" fw-none.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS fw-none.$ac_objext" ;;
-esac
- ;;
- *)
- case $LIBOBJS in
- "fw-ipfw.$ac_objext" | \
- *" fw-ipfw.$ac_objext" | \
- "fw-ipfw.$ac_objext "* | \
- *" fw-ipfw.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS fw-ipfw.$ac_objext" ;;
-esac
- ;;
- esac
elif test "$ac_cv_header_netinet_ip_fil_h" = yes ; then
case $LIBOBJS in
"fw-ipf.$ac_objext" | \
|