Changeset 6cd020 in git for Singular/configure.in


Ignore:
Timestamp:
Oct 9, 2006, 5:30:50 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
94a5cd44d6fd0c7c2a974433347946e67ec5ceea
Parents:
7f52195e022c5ebfa51bc8015c4a961927d3b47b
Message:
*hannes: --no-exceptions ->CXXTEMPLFLAGS


git-svn-id: file:///usr/local/Singular/svn/trunk@9450 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure.in

    r7f5219 r6cd020  
    196196  fi
    197197  temp_flags="${CXXFLAGS}"
     198  CXXTEMPLFLAGS="-fno-implicit-templates"
    198199  if test "${ac_cv_cxx_have_exceptions}" = yes; then
    199     CXXFLAGS="${temp_flags} --no-exceptions"
    200   fi
    201   CXXTEMPLFLAGS="-fno-implicit-templates"
     200    CXXTEMPLFLAGS="${CXXTEMPLFLAGS} --no-exceptions"
     201  fi
    202202  if test "$ac_cv_is_aix" = yes; then
    203203    CXXNOOPTFLAGS="-w"
Note: See TracChangeset for help on using the changeset viewer.