Menu

#5794 Remove outdated compiler checks in configure

Fixed
Enhancement
2020-03-01
2020-02-25
No

Remove outdated compiler checks in configure

At some point, it might be a good idea to check that the compiler
support C++11, but the current checks are outdated for sure.

Also contains: Delete unused GUILE typedefs

http://codereview.appspot.com/551510043

Discussion

  • Anonymous

    Anonymous - 2020-02-26
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2020-02-26

    Passes make, make check and a full make doc.

     
  • Anonymous

    Anonymous - 2020-02-28
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2020-02-28

    Patch on countdown for 1st March.

     
  • Anonymous

    Anonymous - 2020-03-01
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2020-03-01

    Patch counted down - please push.

     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-03-01
    • labels: --> Fixed_2_21_0
    • status: Started --> Fixed
    • Patch: push -->
     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-03-01

    pushed to staging as

    commit d1c1fd05e355029ac020e7b19656eb0290088984
    Author:     Jonas Hahnfeld <hahnjo@hahnjo.de>
    AuthorDate: Sat Feb 22 12:03:31 2020 +0100
    Commit:     Jonas Hahnfeld <hahnjo@hahnjo.de>
    CommitDate: Sun Mar 1 12:33:59 2020 +0100
    
        Issue 5794/2: Remove outdated compiler checks in configure
    
        At some point, it might be a good idea to check that the compiler
        support C++11, but the current checks are outdated for sure.
    
    commit bd1aaa243f17c234a8cb779c84fb35b9a832f29a
    Author:     Jonas Hahnfeld <hahnjo@hahnjo.de>
    AuthorDate: Sat Feb 22 12:00:53 2020 +0100
    Commit:     Jonas Hahnfeld <hahnjo@hahnjo.de>
    CommitDate: Sun Mar 1 12:33:55 2020 +0100
    
        Issue 5794/1: Delete unused GUILE typedefs