1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r15236: Fix -MT detection

(This used to be commit 2cc0925280)
This commit is contained in:
Jelmer Vernooij 2006-04-25 10:19:15 +00:00 committed by Gerald (Jerry) Carter
parent d8f85bac2f
commit 5c818491fc

View File

@ -226,7 +226,7 @@ if test x$GNU_MAKE = x"yes"; then
fi
AC_MSG_RESULT($new_make)
automatic_dependencies=no
AX_CFLAGS_GCC_OPTION(-MT, [], [ automatic_dependencies=$new_make ], [])
AX_CFLAGS_GCC_OPTION([-M -MT conftest.d -MF conftest.o], [], [ automatic_dependencies=$new_make ], [])
AC_MSG_CHECKING([Whether to use automatic dependencies])
AC_MSG_RESULT($automatic_dependencies)
AC_SUBST(automatic_dependencies)