Changeset 6cd020 in git for Singular/configure


Ignore:
Timestamp:
Oct 9, 2006, 5:30:50 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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

    r7f5219 r6cd020  
    14101410  fi
    14111411  temp_flags="${CXXFLAGS}"
     1412  CXXTEMPLFLAGS="-fno-implicit-templates"
    14121413  if test "${ac_cv_cxx_have_exceptions}" = yes; then
    1413     CXXFLAGS="${temp_flags} --no-exceptions"
     1414    CXXTEMPLFLAGS="${CXXTEMPLFLAGS} --no-exceptions"
    14141415  fi
    1415   CXXTEMPLFLAGS="-fno-implicit-templates"
    14161416  if test "$ac_cv_is_aix" = yes; then
    14171417    CXXNOOPTFLAGS="-w"
Note: See TracChangeset for help on using the changeset viewer.