Fix more double negatives used with 'neither'
In many cases it should be 'either'. No changes to actual code. Complements #22723, which focused on API docs and comments in C++ code. Co-authored-by: Ian McInerney <ian.s.mcinerney@ieee.org> See #22798.
This commit is contained in:
parent
49b62441b5
commit
969b1fad4c
7 changed files with 10 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ task:
|
|||
|
||||
# We need to pass flags so that libraries under /usr/local are found, because
|
||||
# configure doesn't look for them there by default (it ought to always use
|
||||
# pkg-config instead, but it currently doesn't do this neither).
|
||||
# pkg-config instead, but it currently doesn't do this either).
|
||||
configure_script: |
|
||||
./configure --disable-optimise --disable-debug_info CXXFLAGS=-Werror CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue