diff options
author | Memphiz <memphis@machzwo.de> | 2015-02-10 19:15:37 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-02-12 00:56:39 +0100 |
commit | 6044eaff02d7cd593df24b21967632c7611f96eb (patch) | |
tree | bf126ae9c7413f90fa2d538f53bb2c20b0284486 | |
parent | 064e04ba66b9012cadfeeb0c22de544b3407132d (diff) |
[darwin/rsxs/quirk] - force usage of toolchain stdbool.h - else rsxs plants its own non clang compatible version of it (somehow its m4 doesn't detect it correctly - don't bother with it...)
-rw-r--r-- | tools/depends/target/config.site.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/config.site.in b/tools/depends/target/config.site.in index 252a4dcd04..529e8af179 100644 --- a/tools/depends/target/config.site.in +++ b/tools/depends/target/config.site.in @@ -70,6 +70,7 @@ jm_cv_func_gettimeofday_clobber=no mac_cv_pkg_ldflags=-lz if test "@platform_os@" = "osx"; then ac_cv_func_strnlen_working=no + ac_cv_header_stdbool_h=yes fi #gnutls |