mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r2086] Fixed bytesex error
This commit is contained in:
parent
4bf08f12ba
commit
66a43d665b
@ -1104,10 +1104,10 @@ AC_SUBST(CONFIG_MODE)
|
|||||||
|
|
||||||
# Byte sex from the AC_C_BIGENDIAN macro.
|
# Byte sex from the AC_C_BIGENDIAN macro.
|
||||||
AC_SUBST(BYTESEX)
|
AC_SUBST(BYTESEX)
|
||||||
if test "X-$WORDS_BIGENDIAN" = "X-"; then
|
if test $ac_cv_c_bigendian = yes; then
|
||||||
BYTESEX="little-endian"
|
|
||||||
else
|
|
||||||
BYTESEX="big-endian"
|
BYTESEX="big-endian"
|
||||||
|
else
|
||||||
|
BYTESEX="little-endian"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Are we compiling static libraries, shared libraries, or both?
|
# Are we compiling static libraries, shared libraries, or both?
|
||||||
|
Loading…
Reference in New Issue
Block a user