summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-03-30 18:55:41 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-03-30 18:55:41 (GMT)
commite1282224cdd7c05ef3c278b4e46b85fb59b2bc72 (patch)
tree6f92746cc6e4567669c706880497a6a7338d3281 /configure
parentabdfc0f817f84303b88410a5f5608a6655e45b8d (diff)
downloadhdf5-e1282224cdd7c05ef3c278b4e46b85fb59b2bc72.zip
hdf5-e1282224cdd7c05ef3c278b4e46b85fb59b2bc72.tar.gz
hdf5-e1282224cdd7c05ef3c278b4e46b85fb59b2bc72.tar.bz2
[svn-r18470] bug fix:
recent changes to the embedded library generation code does not quite work for the AIX system. The strings command of AIX does not display the embedded library information be default. Solution: Changed the H5libhhdf5_setting[] to be an extern variable. Also removed the const qualifier so that strings can see the variable data. Tested: Blue-print (with embedded-libinfo enabled and disabled).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b46801f..c6275cb 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 18434 2010-03-22 00:51:16Z hdftest .
+# From configure.in Id: configure.in 18467 2010-03-29 00:21:10Z hdftest .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for HDF5 1.8.4-snap18.
#