]> git.ipfire.org Git - thirdparty/elfutils.git/commit
PR24393: debuginfod configury: tolerate CXX= configure invocations
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 3 Feb 2020 11:29:31 +0000 (06:29 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 3 Feb 2020 11:29:31 +0000 (06:29 -0500)
commit14d5b412dc3baef19bc993c83acdb750fc7e194f
treef693a1c4af5c7b2f8355a0d88afa96f860ad31e6
parentc406e5d82700cf87db8eae1f642b3c453b174372
PR24393: debuginfod configury: tolerate CXX= configure invocations

Previous code was fragile with respect to this case and needlessly
tolerant with non-c++11 compilers.  New configury makes more muscular
assertion about this, to catch bad $CXX settings or poor language
support.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
configure.ac