mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-18 15:20:45 +00:00
Fix bash completion configure status
* configure.ac: If bash completion is disabled, say so. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
10282c62c8
commit
ca21881000
@ -237,6 +237,8 @@ if test x$ENABLE_BASH_COMPLETION = xauto -o x$ENABLE_BASH_COMPLETION = xyes; the
|
||||
if test x$ENABLE_BASH_COMPLETION = xauto; then
|
||||
if test x$HAS_BASH_COMPLETION = xyes; then
|
||||
ENABLE_BASH_COMPLETION=yes
|
||||
else
|
||||
ENABLE_BASH_COMPLETION=no
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user