Changeset d5fb16b in git
- Timestamp:
- Jul 31, 2018, 1:35:38 PM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/ntl-check.m4
r09f6a7 rd5fb16b 52 52 53 53 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" 55 55 NTL_LIBS="-L${NTL_HOME}/lib -lntl" 56 56 else 57 NTL_CPPFLAGS= 57 NTL_CPPFLAGS="-std=c++11" 58 58 NTL_LIBS="-lntl" 59 59 fi
Note: See TracChangeset
for help on using the changeset viewer.