1
1

configure.ac: fix minor output ordering issue

Put Perl test below the section title.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2020-04-27 11:10:01 -07:00
родитель cce62678a5
Коммит de22f84f1a

Просмотреть файл

@ -70,13 +70,14 @@ OPAL_LOAD_PLATFORM
# Start it up
#
OPAL_CONFIGURE_SETUP
opal_show_title "Configuring project_name_long"
opal_show_subtitle "Prerequisites"
AC_CHECK_PROG([PERL],[perl],[perl],[no])
AS_IF([test "X$PERL" = "Xno"],
[AC_MSG_ERROR(["Open MPI requires perl. Aborting"])])
OPAL_CONFIGURE_SETUP
opal_show_title "Configuring project_name_long"
#
# Setup some things that must be done before AM-INIT-AUTOMAKE
#