]> git.ipfire.org Git - thirdparty/valgrind.git/commit
configure.ac: Fix portability of test(1) expression for C99 support
authorMichael Forney <mforney@mforney.org>
Tue, 6 Oct 2020 22:31:54 +0000 (15:31 -0700)
committerBart Van Assche <bvanassche@acm.org>
Fri, 14 May 2021 03:16:49 +0000 (20:16 -0700)
commitb7634ed3e4ddb8b6165e9814f0d3813ad2ee98af
tree6a1f4db9e079473c5721813b909a248fec87b368
parentcae5062b05b95e0303b1122a0ea9aadc197e4f0a
configure.ac: Fix portability of test(1) expression for C99 support

The == operator is non-standard, use = instead.

[ bvanassche: added "configure.ac: " prefix in front of patch subject ]
configure.ac