summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2011-03-29 09:28:49 -0400
committerCole Robinson <crobinso@redhat.com>2011-03-29 09:28:49 -0400
commitbdb54488b77f54e0cb7f3100625df3fd2af2b858 (patch)
treec8bf5d5dd04cf6f6d1199b8f982db1319a6ba1d3
parentc38dec4821ff5e4188f67cd3ba5dbc0200f43f65 (diff)
downloadvirt-manager-bdb54488b77f54e0cb7f3100625df3fd2af2b858.tar.gz
configure: Fix --enable-unsupported-rhel-options
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 51258bea..c3bfa405 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,9 @@ AC_ARG_ENABLE([unsupported-rhel-options],
AC_HELP_STRING(
[--enable-unsupported-rhel-options],
[enable VM config options unsupported by RHEL @<:@default=yes@:>@]),
- [test "x$enableval" == "xno" && ENABLE_UNSUPPORTED_RHEL_OPTS=0],
+ [test "x$enableval" == "xno" && \
+ ENABLE_UNSUPPORTED_RHEL_OPTS=0 ||
+ ENABLE_UNSUPPORTED_RHEL_OPTS=1],
[ENABLE_UNSUPPORTED_RHEL_OPTS=1])
dnl Allow passing in a prefered distro list