diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-10-09 19:54:27 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-10-09 19:54:27 (GMT) |
commit | 4df562a790790446b7fc6ba2d3b5cf27f3f85410 (patch) | |
tree | cd09f577c7353592d0373ef119fd378818017478 /config/rs6000-ibm-aix4.x | |
parent | e62fba460aab139780e8e9340c854e0be7894b34 (diff) | |
download | hdf5-4df562a790790446b7fc6ba2d3b5cf27f3f85410.zip hdf5-4df562a790790446b7fc6ba2d3b5cf27f3f85410.tar.gz hdf5-4df562a790790446b7fc6ba2d3b5cf27f3f85410.tar.bz2 |
[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.
Diffstat (limited to 'config/rs6000-ibm-aix4.x')
-rw-r--r-- | config/rs6000-ibm-aix4.x | 1 |
1 files changed, 1 insertions, 0 deletions
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'} |