From 4df562a790790446b7fc6ba2d3b5cf27f3f85410 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 9 Oct 2001 14:54:27 -0500 Subject: [svn-r4536] Purpose: Bug fix Description: On NERSC SP3 configure failed while trying to figure out how to print long long. Solution: Added the following line hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} Platforms tested: Not tested yet. --- config/rs6000-ibm-aix4.x | 1 + fortran/config/rs6000-ibm-aix4.x | 1 + 2 files changed, 2 insertions(+) diff --git a/config/rs6000-ibm-aix4.x b/config/rs6000-ibm-aix4.x index 2f7cc86..770ba80 100644 --- a/config/rs6000-ibm-aix4.x +++ b/config/rs6000-ibm-aix4.x @@ -8,3 +8,4 @@ # Cross compiling defaults ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} +hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} diff --git a/fortran/config/rs6000-ibm-aix4.x b/fortran/config/rs6000-ibm-aix4.x index 83b395c..234f7d3 100644 --- a/fortran/config/rs6000-ibm-aix4.x +++ b/fortran/config/rs6000-ibm-aix4.x @@ -8,6 +8,7 @@ # Cross compiling defaults ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} +hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} # The default Fortran 90 compiler -- cgit v0.12