Fix activation of Debian package support

* configure.ac: If we cannot activate Debian package support, then
	report it clearly.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2015-10-15 12:51:33 +02:00
parent caaeaea10b
commit 95de84ba2d

View File

@ -156,6 +156,8 @@ if test x$ENABLE_DEB = xauto -o x$ENABLE_DEB = xyes; then
if test x$ENABLE_DEB = xauto; then
if test x$HAS_DPKG = xyes; then
ENABLE_DEB=yes
else
ENABLE_DEB=no
fi
fi
fi