[svn-r11449] Purpose:

Bug fix

Description:
Fixed typo in configure.in.

Platforms tested:
SX6, mir

Misc. update:
This commit is contained in:
James Laird 2005-09-21 10:07:44 -05:00
parent d09ca66a26
commit 36ffea6f61
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -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])