diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-06 15:28:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:47 -0500 |
commit | 6b5e86f47b21b560827c3ca24ee09f92f80fad3b (patch) | |
tree | d3c2aaef9000d4a94b054b935d0bb463b40fe823 /source4/build/m4 | |
parent | c8295a7d2f68b5f2733b947ee2dbcd4358d0bf37 (diff) | |
download | samba-6b5e86f47b21b560827c3ca24ee09f92f80fad3b.tar.gz samba-6b5e86f47b21b560827c3ca24ee09f92f80fad3b.tar.bz2 samba-6b5e86f47b21b560827c3ca24ee09f92f80fad3b.zip |
r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC
- also specify USE_HOSTCC = YES on binaries that use HOSTCC
I also disable autodependecies as this change let make run forever,
I hopefully fix that tomorrow
metze
(This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
Diffstat (limited to 'source4/build/m4')
-rw-r--r-- | source4/build/m4/check_cc.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index 7f166ff641..397a6dd044 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -285,6 +285,7 @@ if test x$GNU_MAKE = x"yes"; then new_make=yes fi fi +new_make=no AC_MSG_RESULT($new_make) automatic_dependencies=no AX_CFLAGS_GCC_OPTION([-M -MT conftest.d -MF conftest.o], [], [ automatic_dependencies=$new_make ], []) |