diff options
author | Slávek Banko <[email protected]> | 2017-02-05 11:26:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-02-05 11:26:28 +0100 |
commit | f256ed1980edd63427914436f8aedd27224cdb48 (patch) | |
tree | 33eb306c6816b73cec33cf1f57a87fb4253e0405 /iso | |
parent | f17ff7b9cc9c909f611d5f83466e897f5661f12c (diff) | |
download | krusader-f256ed1980edd63427914436f8aedd27224cdb48.tar.gz krusader-f256ed1980edd63427914436f8aedd27224cdb48.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'iso')
-rw-r--r-- | iso/libisofs/configure.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iso/libisofs/configure.in.in b/iso/libisofs/configure.in.in new file mode 100644 index 0000000..78e5b1a --- /dev/null +++ b/iso/libisofs/configure.in.in @@ -0,0 +1 @@ +AC_CHECK_HEADERS(byteswap.h) |