mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
configure: Make summary output match command line names for rhel6 opts
This commit is contained in:
parent
0a7640c593
commit
8b0be3ee2a
@ -135,9 +135,9 @@ else
|
|||||||
AC_MSG_NOTICE([Install TUI: no])
|
AC_MSG_NOTICE([Install TUI: no])
|
||||||
fi
|
fi
|
||||||
if test "x$ENABLE_UNSUPPORTED_RHEL_OPTS" = "x1" ; then
|
if test "x$ENABLE_UNSUPPORTED_RHEL_OPTS" = "x1" ; then
|
||||||
AC_MSG_NOTICE([Enable unsupported RHEL opts: yes])
|
AC_MSG_NOTICE([Enable unsupported RHEL options: yes])
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE([Enable unsupported RHEL opts: no])
|
AC_MSG_NOTICE([Enable unsupported RHEL options: no])
|
||||||
fi
|
fi
|
||||||
if test "x$PREFERRED_DISTROS" = "x" ; then
|
if test "x$PREFERRED_DISTROS" = "x" ; then
|
||||||
AC_MSG_NOTICE([Preferred distros: none])
|
AC_MSG_NOTICE([Preferred distros: none])
|
||||||
|
Loading…
Reference in New Issue
Block a user