configure: Fix HAVE_C11_ATOMICS macro
Previously we were using AC_DEFINE instead of AC_DEFINE_UNQUOTED, resulted in the variable not being interpolated. Fixes #17505. (cherry picked from commit 2c66f364)
Please register or sign in to comment
Previously we were using AC_DEFINE instead of AC_DEFINE_UNQUOTED, resulted in the variable not being interpolated. Fixes #17505. (cherry picked from commit 2c66f364)