configure: Fix --with-default-graphics option

This commit is contained in:
Cole Robinson 2011-03-29 09:14:52 -04:00
parent f85ceb8cba
commit c38dec4821

View File

@ -81,7 +81,7 @@ AC_ARG_WITH([preferred-distros],
[PREFERRED_DISTROS=""])
dnl Default graphics type (spice/vnc)
AC_ARG_WITH([--with-default-graphics],
AC_ARG_WITH([default-graphics],
AC_HELP_STRING(
[--with-default-graphics],
[default graphics type for new guests in gconf(spice or vnc) @<:@default=vnc@:>@]),