1
1

Correct few typos and make the "no fortran" a valid choice.

This commit was SVN r8689.
Этот коммит содержится в:
George Bosilca 2006-01-14 00:20:13 +00:00
родитель 74d759dc47
Коммит 5f37949b10

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

@ -66,9 +66,9 @@ EOF
ompi_fortran_caps=1
elif test "$ompi_cv_f77_external_symbol" = "no underscore" ; then
ompi_fortran_plain=1
elif test "$ompi_cv_f77_external_sumbol" = "upper case" ; then
elif test "$ompi_cv_f77_external_symbol" = "upper case" ; then
ompi_fortran_caps=1
else
elif test "$ompi_cv_f77_external_symbol" != "skipped" ; then
AC_MSG_ERROR([unknown naming convention: $ompi_cv_f77_external_symbol])
fi
@ -106,7 +106,7 @@ AC_DEFUN([OMPI_F77_MAKE_C_FUNCTION], [
$1[=]$2
elif test "$ompi_cv_f77_external_symbol" = "no underscore" ; then
$1[=]m4_translit([$2], [A-Z], [a-z])
elif test "$ompi_cv_f77_external_sumbol" = "upper case" ; then
elif test "$ompi_cv_f77_external_symbol" = "upper case" ; then
$1[=]m4_translit([$2], [a-z], [A-Z])
else
AC_MSG_ERROR([unknown naming convention: $ompi_cv_f77_external_symbol])