Skip to content
Snippets Groups Projects
Commit 674c4a11 authored by Mans Rullgard's avatar Mans Rullgard Committed by Michael Niedermayer
Browse files

configure: fix print_config() with broke awks


Some awk versions do not treat the result of unary + on a (numeric)
string as numeric, giving wrong results when used in a boolean context
Using unary - instead is logically equivalent works as expected.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 4d2f1d8c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment