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.
|
||||
AC_SUBST(BYTESEX)
|
||||
if test "X-$WORDS_BIGENDIAN" = "X-"; then
|
||||
BYTESEX="little-endian"
|
||||
else
|
||||
if test $ac_cv_c_bigendian = yes; then
|
||||
BYTESEX="big-endian"
|
||||
else
|
||||
BYTESEX="little-endian"
|
||||
fi
|
||||
|
||||
# Are we compiling static libraries, shared libraries, or both?
|
||||
|
Loading…
Reference in New Issue
Block a user