configure.ac
 configure

Configure fix for move_alloc
trunk
Salvatore Filippone 8 years ago
parent 08ce669aba
commit 9ad6422ae5

2
configure vendored

@ -7994,7 +7994,7 @@ $as_echo "$ac_try_echo") >&5
} && test -s conftest.$ac_objext; then } && test -s conftest.$ac_objext; then
{ $as_echo "$as_me:$LINENO: result: yes" >&5 { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; } $as_echo "yes" >&6; }
FDEFINES="$psblas_cv_define_prepend-DHAVE_MOVE_ALLOC $FDEFINES" :
else else
$as_echo "$as_me: failed program was:" >&5 $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5 sed 's/^/| /' conftest.$ac_ext >&5

@ -564,7 +564,7 @@ PAC_FORTRAN_TEST_SOURCE(
) )
PAC_FORTRAN_HAVE_MOVE_ALLOC( PAC_FORTRAN_HAVE_MOVE_ALLOC(
[FDEFINES="$psblas_cv_define_prepend-DHAVE_MOVE_ALLOC $FDEFINES"], [],
[AC_MSG_ERROR([Sorry, cannot build PSBLAS without support for MOVE_ALLOC. [AC_MSG_ERROR([Sorry, cannot build PSBLAS without support for MOVE_ALLOC.
Please get a Fortran compiler that supports it, e.g. GNU Fortran 4.8.])] Please get a Fortran compiler that supports it, e.g. GNU Fortran 4.8.])]
) )

Loading…
Cancel
Save