Fix activation of Debian package support
authorDodji Seketeli <dodji@redhat.com>
Thu, 15 Oct 2015 10:51:33 +0000 (12:51 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 15 Oct 2015 11:50:56 +0000 (13:50 +0200)
* configure.ac: If we cannot activate Debian package support, then
report it clearly.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac

index ac44c7b..236c6eb 100644 (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