Skip to content

Commit bbcca20

Browse files
committed
Autoconf: Lose V_GROUP.
This variable has been unused since commit 70c3ca9 in January 2000.
1 parent 569372b commit bbcca20

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

configure.ac

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,6 @@ fi
699699
AC_CHECK_FUNCS(pcap_set_optimizer_debug)
700700
AC_REPLACE_FUNCS(bpf_dump) dnl moved to libpcap in 0.6
701701

702-
V_GROUP=0
703-
if test -f /etc/group -a ! -z "`grep '^wheel:' /etc/group`" ; then
704-
V_GROUP=wheel
705-
fi
706702
#
707703
# Assume V7/BSD convention for man pages (file formats in section 5,
708704
# miscellaneous info in section 7).
@@ -725,8 +721,6 @@ hpux*)
725721
;;
726722

727723
solaris*)
728-
V_GROUP=sys
729-
730724
#
731725
# Use System V conventions for man pages.
732726
#
@@ -735,10 +729,6 @@ solaris*)
735729
;;
736730
esac
737731

738-
if test -f /dev/bpf0 ; then
739-
V_GROUP=bpf
740-
fi
741-
742732
#
743733
# Make sure we have a definition for C99's uintptr_t (regardless of
744734
# whether the environment is a C99 environment or not).
@@ -914,7 +904,6 @@ fi
914904

915905
AC_SUBST(V_CCOPT)
916906
AC_SUBST(V_DEFS)
917-
AC_SUBST(V_GROUP)
918907
AC_SUBST(V_INCLS)
919908
AC_SUBST(V_PCAPDEP)
920909
AC_SUBST(LOCALSRC)

0 commit comments

Comments
 (0)