mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 23:14:36 +00:00
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:
parent
caaeaea10b
commit
95de84ba2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user