summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-10-09 19:37:11 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-10-09 19:37:11 (GMT)
commit3c2804d487ef098b5fb018c33d34a46be66f1e46 (patch)
treeec7b8fbc188e1d7e571b908787439075f62665ac /config
parent5ccd70d6d9b066ea0d4f3f2ac7a044b6450cb887 (diff)
downloadhdf5-3c2804d487ef098b5fb018c33d34a46be66f1e46.zip
hdf5-3c2804d487ef098b5fb018c33d34a46be66f1e46.tar.gz
hdf5-3c2804d487ef098b5fb018c33d34a46be66f1e46.tar.bz2
[svn-r4534]
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: NERSC SP3
Diffstat (limited to 'config')
-rw-r--r--config/rs6000-ibm-aix4.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/rs6000-ibm-aix4.x b/config/rs6000-ibm-aix4.x
index d2c2586..37c80c0 100644
--- a/config/rs6000-ibm-aix4.x
+++ b/config/rs6000-ibm-aix4.x
@@ -11,3 +11,4 @@ CFLAGS="$CFLAGS"
# Cross compiling defaults
ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}
+hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}