summaryrefslogtreecommitdiffstats
path: root/config/powerpc-ibm-aix5.x
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2004-09-07 20:47:38 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2004-09-07 20:47:38 (GMT)
commit9b82f950052116b93389833c31da6fa4de4c725c (patch)
tree2af6f6307ff7e8ef821465c5b2927f8fecc4537e /config/powerpc-ibm-aix5.x
parentbf22056ecdcc51da8f1b9500ab8e709da658dcc2 (diff)
downloadhdf5-9b82f950052116b93389833c31da6fa4de4c725c.zip
hdf5-9b82f950052116b93389833c31da6fa4de4c725c.tar.gz
hdf5-9b82f950052116b93389833c31da6fa4de4c725c.tar.bz2
[svn-r9219] Purpose:
Fix configure bug that appears on SDSC DataStar Description: Two cached "sizeof"s in ./config/powerpc-ibm-aix5.x cause builds on SDSC Datastar to choke. Solution: Comment out the offending "sizeof"s. Included comments indicating the reason for the change. Platforms tested: copper and SDSC DataStar Misc. update: n/a
Diffstat (limited to 'config/powerpc-ibm-aix5.x')
-rw-r--r--config/powerpc-ibm-aix5.x6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x
index 97a6115..7ce9bdc 100644
--- a/config/powerpc-ibm-aix5.x
+++ b/config/powerpc-ibm-aix5.x
@@ -82,13 +82,15 @@ ac_cv_sizeof_uint8_t=${ac_cv_sizeof_uint8_t=1}
ac_cv_sizeof_int_least8_t=${ac_cv_sizeof_int_least8_t=1}
ac_cv_sizeof_uint_least8_t=${ac_cv_sizeof_uint_least8_t=1}
ac_cv_sizeof_int_fast8_t=${ac_cv_sizeof_int_fast8_t=1}
-ac_cv_sizeof_uint_fast8_t=${ac_cv_sizeof_uint_fast8_t=4}
+# removed to deal with wierdness on SDSC DataStar -- JRM 9/7/04
+#ac_cv_sizeof_uint_fast8_t=${ac_cv_sizeof_uint_fast8_t=4}
ac_cv_sizeof_int16_t=${ac_cv_sizeof_int16_t=2}
ac_cv_sizeof_uint16_t=${ac_cv_sizeof_uint16_t=2}
ac_cv_sizeof_int_least16_t=${ac_cv_sizeof_int_least16_t=2}
ac_cv_sizeof_uint_least16_t=${ac_cv_sizeof_uint_least16_t=2}
ac_cv_sizeof_int_fast16_t=${ac_cv_sizeof_int_fast16_t=4}
-ac_cv_sizeof_uint_fast16_t=${ac_cv_sizeof_uint_fast16_t=4}
+# removed to deal with wierdness on SDSC DataStar -- JRM 9/7/04
+#ac_cv_sizeof_uint_fast16_t=${ac_cv_sizeof_uint_fast16_t=4}
ac_cv_sizeof_int32_t=${ac_cv_sizeof_int32_t=4}
ac_cv_sizeof_uint32_t=${ac_cv_sizeof_uint32_t=4}
ac_cv_sizeof_int_least32_t=${ac_cv_sizeof_int_least32_t=4}