1
1

Correct the "default" message for --enable-cxx-exceptions to disabled as the

code is actually coded and correct some F90 comments to f77.

This commit was SVN r19784.
Этот коммит содержится в:
Terry Dontje 2008-10-21 20:54:08 +00:00
родитель ac698173b9
Коммит a39d8d62e7
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -104,7 +104,7 @@ AC_DEFUN([OMPI_SETUP_CXX],[
HAVE_CXX_EXCEPTIONS=0
AC_ARG_ENABLE([cxx-exceptions],
[AC_HELP_STRING([--enable-cxx-exceptions],
[enable support for C++ exceptions (default: enabled)])],
[enable support for C++ exceptions (default: disabled)])],
[ENABLE_CXX_EXCEPTIONS="$enableval"])
AC_MSG_CHECKING([if want C++ exception handling])

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

@ -108,9 +108,9 @@ directory.
EOF
AC_MSG_ERROR([C and Fortran 77 compilers are not link compatible. Can not continue.])])])
# Test to see if the F90 compilers likes the C++ exceptions flags. If
# Test to see if the F77 compilers likes the C++ exceptions flags. If
# it doesn't, just abort. We *could* handle this scenario (e.g.,
# probe the F90 compiler for what flags would be necessary), but we're
# probe the F77 compiler for what flags would be necessary), but we're
# kinda assuming that no one will care. If they do, they'll e-mail us.
AC_MSG_CHECKING([to see if F77 compiler likes the C++ exception flags])
if test $OMPI_WANT_F77_BINDINGS -eq 0; then