From bdb54488b77f54e0cb7f3100625df3fd2af2b858 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 29 Mar 2011 09:28:49 -0400 Subject: [PATCH] configure: Fix --enable-unsupported-rhel-options --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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