Changeset a550fd5 in git for factory/configure.in
- Timestamp:
- Dec 14, 2000, 6:32:35 PM (23 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 6ecf4169de96601ad861a90eaf2397c0aa777d3c
- Parents:
- 0319b3becbabedead44c6afd15302d641312a06a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure.in
r0319b3 ra550fd5 1 1 dnl # emacs edit mode for this file is -*- sh -*- 2 dnl # $Id: configure.in,v 1.3 0 2000-12-14 15:37:57 obachmanExp $2 dnl # $Id: configure.in,v 1.31 2000-12-14 17:32:32 Singular Exp $ 3 3 4 4 dnl # … … 13 13 # - initialisation. 14 14 # 15 AC_REVISION($Id: configure.in,v 1.3 0 2000-12-14 15:37:57 obachmanExp $)15 AC_REVISION($Id: configure.in,v 1.31 2000-12-14 17:32:32 Singular Exp $) 16 16 AC_INIT(canonicalform.cc) 17 17 AC_CONFIG_HEADER(config.h) … … 385 385 CXXFLAGS="${CXXFLAGS} --no-exceptions" 386 386 AC_CACHE_VAL(ac_cv_cxx_have_exceptions, 387 AC_TRY_ COMPILE(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)387 AC_TRY_LINK(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no) 388 388 ) 389 389 AC_MSG_RESULT(${ac_cv_cxx_have_exceptions})
Note: See TracChangeset
for help on using the changeset viewer.