Changeset 1e210d in git for m4


Ignore:
Timestamp:
Jan 22, 2015, 6:44:00 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
37a11e82616e5bcafcd21be19cfe7dbbbb743ad6
Parents:
76178cc2bf8ca154192fe714f17fee049c88365c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-22 18:44:00+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-22 18:57:37+01:00
Message:
Renamed POLYMAKE_CXXFLAGS ->  FEXCEPTIONS_FRTTI_CXXFLAGS (in order to use it elsewhere)

TODO: Yue - test polymake interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flags.m4

    r76178c r1e210d  
    9898 AC_LANG_PUSH([C++])
    9999 AX_APPEND_COMPILE_FLAGS(${FLAGS}, [CXXFLAGS])
    100  AX_APPEND_COMPILE_FLAGS([-fexceptions -frtti], [POLYMAKE_CXXFLAGS])
     100 AX_APPEND_COMPILE_FLAGS([-fexceptions -frtti], [FEXCEPTIONS_FRTTI_CXXFLAGS])
    101101 AC_LANG_POP([C++])
    102102
Note: See TracChangeset for help on using the changeset viewer.