summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2009-05-12 22:23:17 +0000
committerAndrey Nazarov <skuller@skuller.net>2009-05-12 22:23:17 +0000
commit220c7acca2a70843ae111c7e55426b8c280b4f2c (patch)
tree3473b3be035a6941f72ff8e52f5fce37ba132776
parent974da085e5ec2d3056b7fccfb2fd1a0a4d3e1a0a (diff)
Do not expect ‘endian.h’ to be available when cross-compiling on Linux using MinGW.
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index dcdcb23..39f746b 100755
--- a/configure
+++ b/configure
@@ -307,6 +307,7 @@ if [ "$mingw" = "yes" ]; then
else
use_winsvc="yes"
fi
+ have_endian_h="no"
else
pathsep="/"
exported="__attribute__((visibility(\"default\")))"