diff options
author | Andrey Nazarov <skuller@skuller.net> | 2009-05-12 22:23:17 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2009-05-12 22:23:17 +0000 |
commit | 220c7acca2a70843ae111c7e55426b8c280b4f2c (patch) | |
tree | 3473b3be035a6941f72ff8e52f5fce37ba132776 | |
parent | 974da085e5ec2d3056b7fccfb2fd1a0a4d3e1a0a (diff) |
Do not expect ‘endian.h’ to be available when cross-compiling on Linux using MinGW.
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ if [ "$mingw" = "yes" ]; then else use_winsvc="yes" fi + have_endian_h="no" else pathsep="/" exported="__attribute__((visibility(\"default\")))" |