diff --git a/configure b/configure index aa8d5e0a..95c2124d 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 7329de8d..f84cb13d 100755 --- a/configure.ac +++ b/configure.ac @@ -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