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 9404df5 commit 88ec246Copy full SHA for 88ec246
configure
@@ -442,7 +442,7 @@ EOF
442
if test $shared -eq 1; then
443
echo Checking for shared library support... | tee -a configure.log
444
# we must test in two steps (cc then ld), required at least on SunOS 4.x
445
- if try $CC -w -c $SFLAGS $test.c &&
+ if try $CC -c $SFLAGS $test.c &&
446
try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
447
echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
448
elif test -z "$old_cc" -a -z "$old_cflags"; then
0 commit comments