From 8b0be3ee2a28b7e3ec5e1af4e839fb3eec689abb Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 26 Sep 2011 11:33:03 -0400 Subject: [PATCH] configure: Make summary output match command line names for rhel6 opts --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a09a80d91..b81a0faed 100644 --- a/configure.ac +++ b/configure.ac @@ -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])