mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Make "Checking how to use..." lower case.
The configure script generated by autoconf uses lower case "checking". Let's keep in line. :)
This commit is contained in:
parent
25081f60c4
commit
7f6e63aba5
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ AC_CHECK_HEADER(
|
|||
|
||||
XCFLAGS="$CXXFLAGS"
|
||||
|
||||
echo Checking how to use -D_XOPEN_SOURCE=600 and -D_POSIX_C_SOURCE=200112L...
|
||||
echo checking how to use -D_XOPEN_SOURCE=600 and -D_POSIX_C_SOURCE=200112L...
|
||||
local_found_posix_switch=no
|
||||
|
||||
for i in "" "-D_POSIX_C_SOURCE=200112L" "-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L"; do
|
||||
|
|
Loading…
Reference in a new issue