meson: Fix -latomic check
authorMatt Turner <mattst88@gmail.com>
Mon, 11 Jun 2018 21:56:26 +0000 (14:56 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 13 Jun 2018 17:09:46 +0000 (10:09 -0700)
commitb29b5a82a17e845e73ebef845176d9d1f44a2d00
treea60de66c2c6a433a68ea453db2cf00edf478daa9
parent9cc577761ff1165e0b99d3ceaa936b342dea10b1
meson: Fix -latomic check

Commit 54ba73ef102f (configure.ac/meson.build: Fix -latomic test) fixed
some checks for -latomic, and then commit 54bbe600ec26 (configure.ac:
rework -latomic check) further extended the fixes in configure.ac but
not in Meson. This commit extends those fixes to the Meson tests.

Fixes: 54bbe600ec26 (configure.ac: rework -latomic check)
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build