From 2a900e2d0d8d185db219bd80ab0c9d5a60acc867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 14 Nov 2012 02:13:55 +0100 Subject: [PATCH] build: fix plugin options for 'make distcheck' --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index d62c10fbb4..93e37d46e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,10 +33,10 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-udev-dir=$$dc_install_base/lib/udev \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ --with-wext=no \ - --with-ifcfg-rh \ - --with-ifcfg-suse \ - --with-ifupdown \ - --with-ifnet + --enable-ifcfg-rh \ + --enable-ifcfg-suse \ + --enable-ifupdown \ + --enable-ifnet DISTCLEANFILES = intltool-extract intltool-merge intltool-update