content-type: text/plain; charset="utf-8" X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 Message-ID: <20180105205506.GA15370@jurassic> Subject: Update check for stdatomic.h usage X-Original-To: bind9-public@bugs.isc.org From: "Mukund Sivaraman" User-Agent: Mutt/1.9.1 (2017-09-22) Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org To: bind9-public@isc.org From muks@isc.org Fri Jan 5 20:55:14 2018 Delivered-To: bind9-public@bugs.isc.org MIME-Version: 1.0 Date: Sat, 6 Jan 2018 02:25:06 +0530 Return-Path: X-RT-Incoming-Encryption: Not encrypted Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 2F282D78B0D for ; Fri, 5 Jan 2018 20:55:14 +0000 (UTC) Received: from mail.banu.com (mail.banu.com [46.4.129.225]) by mx.pao1.isc.org (Postfix) with ESMTP id 549C83B2AF8 for ; Fri, 5 Jan 2018 20:55:12 +0000 (UTC) Received: from jurassic (unknown [182.156.102.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.banu.com (Postfix) with ESMTPSA id 36C9456A0563; Fri, 5 Jan 2018 20:55:08 +0000 (GMT) X-RT-Original-Encoding: ascii X-RT-Interface: Email Content-Length: 201 The check in configure currently only checks for presence of stdatomic.h. It seems to be problematic on systems with multiple compilers where one supports stdatomic.h and the other doesn't. Mukund