From 36ffea6f61fb03625e22165b2a05f5dde1c7b65e Mon Sep 17 00:00:00 2001 From: James Laird Date: Wed, 21 Sep 2005 10:07:44 -0500 Subject: [svn-r11449] Purpose: Bug fix Description: Fixed typo in configure.in. Platforms tested: SX6, mir Misc. update: --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/configure.in b/configure.in index 5415c8d..d116d84 100644 --- a/configure.in +++ b/configure.in @@ -2548,7 +2548,7 @@ else AC_CACHE_VAL([hdf5_cv_ldouble_to_integer_accurate], [hdf5_cv_ldouble_to_integer_accurate=yes]) fi -if test ${hdf5_cv_ldouble_to_integer_accurate} = "yes"; then +if test "${hdf5_cv_ldouble_to_integer_accurate}" = "yes"; then AC_DEFINE([LDOUBLE_TO_INTEGER_ACCURATE], [1], [Define if your system can convert long double to integers accurately.]) AC_MSG_RESULT([yes]) -- cgit v0.12