Take out obsolete LONG_INTEGERS check.

stopcriterion
Salvatore Filippone 5 years ago
parent 6ef5ea9748
commit c4bf2eae7b

27
configure vendored

@ -762,7 +762,6 @@ with_library_path
with_include_path
with_module_path
with_extra_libs
enable_long_integers
with_blas
with_blasdir
with_lapack
@ -1419,7 +1418,6 @@ Optional Features:
speeds up one-time build
--enable-serial Specify whether to enable a fake mpi library to run
in serial mode.
--enable-long-integers Specify usage of 64 bits integers.
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@ -6466,31 +6464,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we want long (8 bytes) integers" >&5
$as_echo_n "checking whether we want long (8 bytes) integers... " >&6; }
# Check whether --enable-long-integers was given.
if test "${enable_long_integers+set}" = set; then :
enableval=$enable_long_integers;
pac_cv_long_integers="yes";
fi
if test x"$pac_cv_long_integers" == x"yes" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes." >&5
$as_echo "yes." >&6; }
else
pac_cv_long_integers="no";
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no." >&5
$as_echo "no." >&6; }
fi
if test x"$pac_cv_long_integers" == x"yes" ; then
FDEFINES="$psblas_cv_define_prepend-DLONG_INTEGERS $FDEFINES";
fi
#
# Tests for support of various Fortran features; some of them are critical,
# some optional

@ -532,11 +532,6 @@ else
[FDEFINES="$psblas_cv_define_prepend-DMPI_H $FDEFINES"])
fi
PAC_ARG_LONG_INTEGERS
if test x"$pac_cv_long_integers" == x"yes" ; then
FDEFINES="$psblas_cv_define_prepend-DLONG_INTEGERS $FDEFINES";
fi
#
# Tests for support of various Fortran features; some of them are critical,
# some optional

Loading…
Cancel
Save