mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r11449] Purpose:
Bug fix Description: Fixed typo in configure.in. Platforms tested: SX6, mir Misc. update:
This commit is contained in:
parent
d09ca66a26
commit
36ffea6f61
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user