projects
/
platform
/
upstream
/
libabigail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caaeaea
)
Fix activation of Debian package support
author
Dodji Seketeli
<dodji@redhat.com>
Thu, 15 Oct 2015 10:51:33 +0000
(12:51 +0200)
committer
Dodji 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
ac44c7b
..
236c6eb
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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