File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,6 @@ gettext="auto"
466
466
fuse=" auto"
467
467
fuse_lseek=" auto"
468
468
469
- bogus_os=" no"
470
469
malloc_trim=" auto"
471
470
472
471
# parse CC options second
619
618
# might be going to just print the --help text, or it might
620
619
# be the result of a missing compiler.
621
620
targetos=' bogus'
622
- bogus_os=' yes'
623
621
fi
624
622
625
623
# Some host OSes need non-standard checks for which CPU to use.
@@ -2014,7 +2012,7 @@ if test -z "$werror" ; then
2014
2012
fi
2015
2013
fi
2016
2014
2017
- if test " $bogus_os " = " yes " ; then
2015
+ if test " $targetos " = " bogus " ; then
2018
2016
# Now that we know that we're not printing the help and that
2019
2017
# the compiler works (so the results of the check_defines we used
2020
2018
# to identify the OS are reliable), if we didn't recognize the
You can’t perform that action at this time.
0 commit comments