Changeset 52a01d in git for m4/flags.m4


Ignore:
Timestamp:
Jan 28, 2015, 11:25:49 AM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
6bd53ba88f906b9abf68e6983aac4cf495d7631c
Parents:
d8f9c942ee4bfbe1e3f486950f095b373d881a281386125efea2b96cc1b1eb9c36caa5004c0f47f6
Message:
Merge pull request #689 from surface-smoothers/fix.libcddgmp.check

use g++ instead of gcc for libcddgmp check (for ubuntu)
was somehow lost...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flags.m4

    r138612 r52a01d  
    9898 AC_LANG_PUSH([C++])
    9999 AX_APPEND_COMPILE_FLAGS(${FLAGS}, [CXXFLAGS])
    100  AX_APPEND_COMPILE_FLAGS([-fexceptions -frtti], [FEXCEPTIONS_FRTTI_CXXFLAGS])
     100
     101 # separate parts of Singular have to be real C++ :)
     102 FFLAGS="-fexceptions -frtti"
     103 AX_APPEND_COMPILE_FLAGS(${FFLAGS}, [FEXCEPTIONSFRTTI_CXXFLAGS])
     104 AC_SUBST(FEXCEPTIONSFRTTI_CXXFLAGS)
     105 
    101106 AC_LANG_POP([C++])
    102107
    103108 AX_APPEND_LINK_FLAGS(${FLAGS})
    104 
    105  AC_SUBST(POLYMAKE_CXXFLAGS)
    106109
    107110 if test "x${ENABLE_DEBUG}" = xyes; then
Note: See TracChangeset for help on using the changeset viewer.