Skip to content

Commit de22f84

Browse files
committed
configure.ac: fix minor output ordering issue
Put Perl test below the section title. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent cce6267 commit de22f84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

configure.ac

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ OPAL_LOAD_PLATFORM
7070
# Start it up
7171
#
7272

73+
OPAL_CONFIGURE_SETUP
74+
opal_show_title "Configuring project_name_long"
75+
opal_show_subtitle "Prerequisites"
76+
7377
AC_CHECK_PROG([PERL],[perl],[perl],[no])
7478
AS_IF([test "X$PERL" = "Xno"],
7579
[AC_MSG_ERROR(["Open MPI requires perl. Aborting"])])
7680

77-
OPAL_CONFIGURE_SETUP
78-
opal_show_title "Configuring project_name_long"
79-
8081
#
8182
# Setup some things that must be done before AM-INIT-AUTOMAKE
8283
#

0 commit comments

Comments
 (0)