Fix configure script.

maint-3.8.0 v3.8.0-3
sfilippone 1 year ago
parent 354049406b
commit 89122b9b93

@ -380,7 +380,7 @@ AC_ARG_ENABLE(serial,
AC_HELP_STRING([--enable-serial], AC_HELP_STRING([--enable-serial],
[Specify whether to enable a fake mpi library to run in serial mode. ]), [Specify whether to enable a fake mpi library to run in serial mode. ]),
[ [
pac_cv_serial_mpi="yes"; pac_cv_serial_mpi="$enableval";
] ]
dnl , dnl ,
dnl [pac_cv_serial_mpi="no";] dnl [pac_cv_serial_mpi="no";]
@ -410,12 +410,8 @@ AC_DEFUN([PAC_ARG_OPENMP],
AC_ARG_ENABLE(openmp, AC_ARG_ENABLE(openmp,
AC_HELP_STRING([--enable-openmp], AC_HELP_STRING([--enable-openmp],
[Specify whether to enable openmp. ]), [Specify whether to enable openmp. ]),
[ [pac_cv_openmp="$enableval";])
pac_cv_openmp="yes"; dnl AC_MSG_NOTICE([Result from test: "x$pac_cv_openmp"])
]
dnl ,
dnl [pac_cv_openmp="no";]
)
if test x"$pac_cv_openmp" == x"yes" ; then if test x"$pac_cv_openmp" == x"yes" ; then
AC_MSG_RESULT([yes.]) AC_MSG_RESULT([yes.])
AC_LANG_PUSH([Fortran]) AC_LANG_PUSH([Fortran])
@ -455,7 +451,7 @@ AC_ARG_ENABLE(long-integers,
AC_HELP_STRING([--enable-long-integers], AC_HELP_STRING([--enable-long-integers],
[Specify usage of 64 bits integers. ]), [Specify usage of 64 bits integers. ]),
[ [
pac_cv_long_integers="yes"; pac_cv_long_integers="$enableval";
] ]
dnl , dnl ,
dnl [pac_cv_long_integers="no";] dnl [pac_cv_long_integers="no";]

6708
configure vendored

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save