summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-09-21 15:07:44 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-09-21 15:07:44 (GMT)
commit36ffea6f61fb03625e22165b2a05f5dde1c7b65e (patch)
tree9a2405b6f0c712975e07a872cae60ad97c4a332a /configure
parentd09ca66a26e1c7cd57d40fa3fc34f2b7b4c40986 (diff)
downloadhdf5-36ffea6f61fb03625e22165b2a05f5dde1c7b65e.zip
hdf5-36ffea6f61fb03625e22165b2a05f5dde1c7b65e.tar.gz
hdf5-36ffea6f61fb03625e22165b2a05f5dde1c7b65e.tar.bz2
[svn-r11449] Purpose:
Bug fix Description: Fixed typo in configure.in. Platforms tested: SX6, mir Misc. update:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0b77b03..db94a8b 100755
--- a/configure
+++ b/configure
@@ -50206,7 +50206,7 @@ fi
fi
-if test ${hdf5_cv_ldouble_to_integer_accurate} = "yes"; then
+if test "${hdf5_cv_ldouble_to_integer_accurate}" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define LDOUBLE_TO_INTEGER_ACCURATE 1