mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-23 03:42:19 +00:00
Make sure AC_ARG_WITH is always executed
This commit is contained in:
parent
e176159374
commit
41d6e49dc3
@ -1418,13 +1418,12 @@ elif test "with_secdriver_apparmor" != "no" ; then
|
|||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([WITH_SECDRIVER_APPARMOR], [test "$with_secdriver_apparmor" != "no"])
|
AM_CONDITIONAL([WITH_SECDRIVER_APPARMOR], [test "$with_secdriver_apparmor" != "no"])
|
||||||
|
|
||||||
if test "$with_apparmor" != "no"; then
|
|
||||||
AC_ARG_WITH([apparmor-profiles],
|
AC_ARG_WITH([apparmor-profiles],
|
||||||
[AS_HELP_STRING([--with-apparmor-profiles],
|
[AS_HELP_STRING([--with-apparmor-profiles],
|
||||||
[install apparmor profiles @<:@default=no@:>@])],
|
[install apparmor profiles @<:@default=no@:>@])],
|
||||||
[with_apparmor_profiles=yes],
|
[with_apparmor_profiles=yes],
|
||||||
[with_apparmor_profiles=no])
|
[with_apparmor_profiles=no])
|
||||||
else
|
if test "$with_apparmor" = "no"; then
|
||||||
with_apparmor_profiles="no"
|
with_apparmor_profiles="no"
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([WITH_APPARMOR_PROFILES], [test "$with_apparmor_profiles" != "no"])
|
AM_CONDITIONAL([WITH_APPARMOR_PROFILES], [test "$with_apparmor_profiles" != "no"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user