diff options
Diffstat (limited to 'source4/build/m4/check_cc.m4')
-rw-r--r-- | source4/build/m4/check_cc.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index 99e6bd5d23..6823237805 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -216,11 +216,12 @@ if test "x$GNU_MAKE" = x"yes"; then AC_SUBST(GNU_MAKE_VERSION) fi + automatic_dependencies=no AC_MSG_CHECKING([for GNU make >= 3.81]) if test x$GNU_MAKE = x"yes"; then if $PERL -e " \$_ = '$GNU_MAKE_VERSION'; s/@<:@^\d\.@:>@.*//g; exit (\$_ < 3.81);"; then - automatic_dependencies=yes + AX_CXXFLAGS_GCC_OPTION(-MT, [], [automatic_dependencies=yes], []) fi fi AC_MSG_RESULT($automatic_dependencies) |