Disable 8139too in distcheck

The 8139too native driver was enabled by default for historical reasons.
Disable it in `make distcheck` to avoid needing to have a specific linux
source tree ready available.
This commit is contained in:
Nicola Fontana 2021-05-25 20:14:09 +02:00 committed by Florian Pose
parent ff9db35874
commit 9c69f5d6dc
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = \ AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) --disable-8139too \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
SUBDIRS = \ SUBDIRS = \
include \ include \