Changeset a550fd5 in git for factory/configure.in


Ignore:
Timestamp:
Dec 14, 2000, 6:32:35 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
6ecf4169de96601ad861a90eaf2397c0aa777d3c
Parents:
0319b3becbabedead44c6afd15302d641312a06a
Message:
*hannes: --no-exceptions stuff


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

Legend:

Unmodified
Added
Removed
  • factory/configure.in

    r0319b3 ra550fd5  
    11dnl # emacs edit mode for this file is -*- sh -*-
    2 dnl # $Id: configure.in,v 1.30 2000-12-14 15:37:57 obachman Exp $
     2dnl # $Id: configure.in,v 1.31 2000-12-14 17:32:32 Singular Exp $
    33
    44dnl #
     
    1313# - initialisation.
    1414#
    15 AC_REVISION($Id: configure.in,v 1.30 2000-12-14 15:37:57 obachman Exp $)
     15AC_REVISION($Id: configure.in,v 1.31 2000-12-14 17:32:32 Singular Exp $)
    1616AC_INIT(canonicalform.cc)
    1717AC_CONFIG_HEADER(config.h)
     
    385385CXXFLAGS="${CXXFLAGS} --no-exceptions"
    386386AC_CACHE_VAL(ac_cv_cxx_have_exceptions,
    387 AC_TRY_COMPILE(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)
     387AC_TRY_LINK(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)
    388388)
    389389AC_MSG_RESULT(${ac_cv_cxx_have_exceptions})
Note: See TracChangeset for help on using the changeset viewer.