simon-git: spigot (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Feb 14 20:18:12 GMT 2017


TL;DR:
  f7d6ccf Add missing early termination in configure.ac C++14 code.

Repository:     https://git.tartarus.org/simon/spigot.git
On the web:     https://git.tartarus.org/?p=simon/spigot.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-02-14 20:18:12

commit f7d6ccf9d940470184cccd5aed937c2f510203ba
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=f7d6ccf9d940470184cccd5aed937c2f510203ba;hp=b09e30be15772b60da96d8f9d394ddacfde46ed0
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Feb 14 07:13:45 2017 +0000

    Add missing early termination in configure.ac C++14 code.
    
    In the loop that tries various compiler options to find the one that
    gets C++14 mode, I had remembered to 'break' as soon as we find an
    option that works, but I had forgotten not to enter the loop in the
    first place if _no_ option was necessary.

 configure.ac | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)



More information about the tartarus-commits mailing list