Changeset 814c11 in git for Singular/configure.in


Ignore:
Timestamp:
Oct 30, 2000, 2:50:25 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
8a017e876673e50ceb2c6b1eef78f74b835e5765
Parents:
4e6cf23c897eda44f90c0bfcc95f67254c769fc6
Message:
* added --with-plural and HAVE_PLURAL


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

Legend:

Unmodified
Added
Removed
  • Singular/configure.in

    r4e6cf2 r814c11  
    395395  [  --with-apint=PACKAGE    use PACKAGE for arbitary integer arithmetic])
    396396AC_ARG_WITH(
    397   exp_type,
    398   [  --with-exp_type=TYPE    uses TYPE as type of exponents in polynomials
    399                              -- default type is short
    400                              -- possible other types are char and int])
     397  plural,
     398  [  --with-plural           do compile with Plural support])
     399
    401400dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    402401dnl check for packages we need
     
    718717fi
    719718
     719AC_MSG_CHECKING(whether to have Plural)
     720if test "$with_plural" != yes; then
     721  AC_MSG_RESULT(no)
     722else
     723  AC_DEFINE(HAVE_PLURAL)
     724  AC_MSG_RESULT(yes)
     725fi
     726
    720727AC_SUBST(LD_DYN_FLAGS)
    721728
Note: See TracChangeset for help on using the changeset viewer.