0adbf03
--- virt-manager-0.8.7/configure	2011-03-24 16:41:26.000000000 -0400
0adbf03
+++ /home/crobinso/sandbox/upstream/virt-manager/virt-manager.git/configure	2011-03-29 09:27:40.115612001 -0400
0adbf03
@@ -718,7 +718,7 @@ with_libvirt_package_names
0adbf03
 with_kvm_packages
0adbf03
 enable_unsupported_rhel_options
0adbf03
 with_preferred_distros
0adbf03
-with___with_default_graphics
0adbf03
+with_default_graphics
0adbf03
 '
0adbf03
       ac_precious_vars='build_alias
0adbf03
 host_alias
0adbf03
@@ -6521,7 +6521,9 @@ fi
0adbf03
 
0adbf03
 # Check whether --enable-unsupported-rhel-options was given.
0adbf03
 if test "${enable_unsupported_rhel_options+set}" = set; then :
0adbf03
-  enableval=$enable_unsupported_rhel_options; test "x$enableval" == "xno" && ENABLE_UNSUPPORTED_RHEL_OPTS=0
0adbf03
+  enableval=$enable_unsupported_rhel_options; test "x$enableval" == "xno" && \
0adbf03
+   ENABLE_UNSUPPORTED_RHEL_OPTS=0 ||
0adbf03
+   ENABLE_UNSUPPORTED_RHEL_OPTS=1
0adbf03
 else
0adbf03
   ENABLE_UNSUPPORTED_RHEL_OPTS=1
0adbf03
 fi
0adbf03
@@ -6537,9 +6539,9 @@ fi
0adbf03
 
0adbf03
 
0adbf03
 
0adbf03
-# Check whether --with---with-default-graphics was given.
0adbf03
-if test "${with___with_default_graphics+set}" = set; then :
0adbf03
-  withval=$with___with_default_graphics; DEFAULT_GRAPHICS=$withval
0adbf03
+# Check whether --with-default-graphics was given.
0adbf03
+if test "${with_default_graphics+set}" = set; then :
0adbf03
+  withval=$with_default_graphics; DEFAULT_GRAPHICS=$withval
0adbf03
 else
0adbf03
   DEFAULT_GRAPHICS="vnc"
0adbf03
 fi