Changeset ec989c in git for factory/configure.in


Ignore:
Timestamp:
Oct 24, 2002, 2:17:49 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
e44bd88b22a2439b301aba30f2adc6bb930bbefc
Parents:
7724a3281f0baa9aa017ab10865fcac877d85684
Message:
* hannes: NTL stuff


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

Legend:

Unmodified
Added
Removed
  • factory/configure.in

    r7724a3 rec989c  
    11dnl # emacs edit mode for this file is -*- sh -*-
    2 dnl # $Id: configure.in,v 1.32 2001-08-22 14:26:55 Singular Exp $
     2dnl # $Id: configure.in,v 1.33 2002-10-24 12:17:48 Singular Exp $
    33
    44dnl #
     
    1313# - initialisation.
    1414#
    15 AC_REVISION($Id: configure.in,v 1.32 2001-08-22 14:26:55 Singular Exp $)
     15AC_REVISION($Id: configure.in,v 1.33 2002-10-24 12:17:48 Singular Exp $)
    1616AC_INIT(canonicalform.cc)
    1717AC_CONFIG_HEADER(config.h)
     
    5757  ,
    5858  with_Singular=no)
     59
     60AC_ARG_WITH(
     61  NTL,
     62  [  --with-NTL              build for use with NTL.],
     63  ,
     64  with_NTL=yes)
    5965
    6066AC_ARG_ENABLE(
     
    407413fi
    408414
     415# NTL
     416if test "x$with_NTL" = xyes; then
     417  AC_DEFINE(HAVE_NTL)
     418fi
     419
    409420# arithmetic shift
    410421if test "x$ac_cv_shift" = xyes; then   
Note: See TracChangeset for help on using the changeset viewer.