configure: Make summary output match command line names for rhel6 opts

This commit is contained in:
Cole Robinson 2011-09-26 11:33:03 -04:00
parent 0a7640c593
commit 8b0be3ee2a

View File

@ -135,9 +135,9 @@ else
AC_MSG_NOTICE([Install TUI: no])
fi
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
AC_MSG_NOTICE([Enable unsupported RHEL opts: no])
AC_MSG_NOTICE([Enable unsupported RHEL options: no])
fi
if test "x$PREFERRED_DISTROS" = "x" ; then
AC_MSG_NOTICE([Preferred distros: none])