1
1

Remove a typo that crashed the nightly build

This commit was SVN r22139.
Этот коммит содержится в:
Ralph Castain 2009-10-25 09:13:19 +00:00
родитель 13d86e100b
Коммит 1346b677fa

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

@ -197,7 +197,7 @@ AC_DEFUN([OMPI_SETUP_WRAPPER_FINAL],[
AC_DEFINE_UNQUOTED(WRAPPER_EXTRA_FFLAGS, "$WRAPPER_EXTRA_FFLAGS",
[Additional FFLAGS to pass through the wrapper compilers])
AC_DEFINE_UNQUOTED(WRAPPER_EXTRA_FCFLAGS, "$WRAPPER_EXTRA_FCFLAGS",
[Additional FCFLAGS to pass through the wrapper compilers])])
[Additional FCFLAGS to pass through the wrapper compilers])
# if wrapper compilers were requested, set the ompi one up
if test "$WANT_SCRIPT_WRAPPER_COMPILERS" = "1" ; then