summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-03-30 18:54:15 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-03-30 18:54:15 (GMT)
commit5d1838beab77a93f29ac0278ed43f9d1aec505b7 (patch)
tree76fcb069e95a83a4956ce2be399f4dd9fe7627c1 /configure
parentc49b97ff38ed25d5bb85225dc16059b0a8a5b774 (diff)
downloadhdf5-5d1838beab77a93f29ac0278ed43f9d1aec505b7.zip
hdf5-5d1838beab77a93f29ac0278ed43f9d1aec505b7.tar.gz
hdf5-5d1838beab77a93f29ac0278ed43f9d1aec505b7.tar.bz2
[svn-r18469] 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). Also tested in Jam.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d235c25..e8ff4fb 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 18432 2010-03-21 13:42:10Z hdftest .
+# From configure.in Id: configure.in 18465 2010-03-28 13:41:02Z hdftest .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for HDF5 1.9.65.
#