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 94d31b7 commit f457814Copy full SHA for f457814
m4/libtool.m4
@@ -1062,7 +1062,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
1062
_lt_result=$?
1063
# If there is a non-empty error log, and "single_module"
1064
# appears in it, assume the flag caused a linker warning
1065
- if test -s conftest.err && $GREP single_module conftest.err; then
+ if test -s conftest.err && $GREP single_module conftest.err > /dev/null ; then
1066
cat conftest.err >&AS_MESSAGE_LOG_FD
1067
# Otherwise, if the output was created with a 0 exit code from
1068
# the compiler, it worked.
0 commit comments