Changeset d5fb16b in git


Ignore:
Timestamp:
Jul 31, 2018, 1:35:38 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
eda3b302c3ebd8881734f2e7e33fefd7be9d72d5
Parents:
09f6a7dc1754cf6e92f412f432ec3cd56a3a10d7
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-07-31 13:35:38+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-07-31 13:38:59+02:00
Message:
fix: force -std=c++11 for NTL test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/ntl-check.m4

    r09f6a7 rd5fb16b  
    5252
    5353        if test "x$NTL_HOME" != "x/usr"; then
    54                 NTL_CPPFLAGS="-I${NTL_HOME}/include"
     54                NTL_CPPFLAGS="-std=c++11 -I${NTL_HOME}/include"
    5555                NTL_LIBS="-L${NTL_HOME}/lib -lntl"
    5656        else
    57                 NTL_CPPFLAGS=
     57                NTL_CPPFLAGS="-std=c++11"
    5858                NTL_LIBS="-lntl"
    5959        fi
Note: See TracChangeset for help on using the changeset viewer.