build: fix make distcheck by building --with-libnm-glib

During make-distcheck we pre-generate documentation. For that
we need to build with libnm-glib enabled.

Fixes: df58895fb3
This commit is contained in:
Thomas Haller 2018-06-15 17:16:08 +02:00
parent 9c3e52b532
commit dd91d0d79c

View File

@ -128,6 +128,7 @@ check_so_symbols = \
DISTCHECK_CONFIGURE_FLAGS = \
--enable-tests=yes \
--with-valgrind=no \
--with-libnm-glib=yes \
--enable-gtk-doc \
--enable-more-warnings=error \
--with-udev-dir=$$dc_install_base/lib/udev \