We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b60a2 commit bca0856Copy full SHA for bca0856
make/autoconf/basic_tools.m4
@@ -161,7 +161,7 @@ AC_DEFUN([BASIC_CHECK_MAKE_OUTPUT_SYNC],
161
[
162
# Check if make supports the output sync option and if so, setup using it.
163
UTIL_ARG_WITH(NAME: output-sync, TYPE: literal,
164
- VALID_VALUES: [none recurse line target], DEFAULT: recurse,
+ VALID_VALUES: [none recurse line target], DEFAULT: none,
165
OPTIONAL: true, ENABLED_DEFAULT: true,
166
ENABLED_RESULT: OUTPUT_SYNC_SUPPORTED,
167
CHECKING_MSG: [for make --output-sync value],
0 commit comments