1
1

Load the platform file earlier, before we do any tests, to ensure we capture any flags set inside it.

This commit was SVN r26493.
Этот коммит содержится в:
Ralph Castain 2012-05-24 18:12:33 +00:00
родитель 2effbb1ba6
Коммит 632bc02db2

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

@ -49,6 +49,10 @@ AC_PREREQ(2.60)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
# Get our platform support file. This has to be done very, very early
# because it twiddles random bits of autoconf
OMPI_LOAD_PLATFORM
#
# Start it up
#
@ -77,10 +81,6 @@ AC_USE_SYSTEM_EXTENSIONS
AS_IF([test -z "$CFLAGS_save"], [CFLAGS=])
CFLAGS_save=
# Get our platform support file. This has to be done very, very early
# because it twiddles random bits of autoconf
OMPI_LOAD_PLATFORM
#
# Init automake
#