Changeset 6cd020 in git
- Timestamp:
- Oct 9, 2006, 5:30:50 PM (17 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 94a5cd44d6fd0c7c2a974433347946e67ec5ceea
- Parents:
- 7f52195e022c5ebfa51bc8015c4a961927d3b47b
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r7f5219 r6cd020 1410 1410 fi 1411 1411 temp_flags="${CXXFLAGS}" 1412 CXXTEMPLFLAGS="-fno-implicit-templates" 1412 1413 if test "${ac_cv_cxx_have_exceptions}" = yes; then 1413 CXX FLAGS="${temp_flags} --no-exceptions"1414 CXXTEMPLFLAGS="${CXXTEMPLFLAGS} --no-exceptions" 1414 1415 fi 1415 CXXTEMPLFLAGS="-fno-implicit-templates"1416 1416 if test "$ac_cv_is_aix" = yes; then 1417 1417 CXXNOOPTFLAGS="-w" -
Singular/configure.in
r7f5219 r6cd020 196 196 fi 197 197 temp_flags="${CXXFLAGS}" 198 CXXTEMPLFLAGS="-fno-implicit-templates" 198 199 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 202 202 if test "$ac_cv_is_aix" = yes; then 203 203 CXXNOOPTFLAGS="-w"
Note: See TracChangeset
for help on using the changeset viewer.