Changeset be1d41 in git for libfac/configure.in


Ignore:
Timestamp:
Aug 16, 2001, 3:13:25 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
22e3fe8c4a103f035dea126cdb127a25a03aebce
Parents:
409dbae4d2b7922de2ec630a46a377606b2b6628
Message:
*hannes: conf opts: --with-Singularerror --with-NOSTREAMIO


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

Legend:

Unmodified
Added
Removed
  • libfac/configure.in

    r409dbae rbe1d41  
    5959     targetname="libfac"
    6060  fi
     61fi
     62
     63AC_ARG_WITH(
     64  Singularerror,
     65  [  --with-Singularerror use error reporting from Singular])
     66
     67if test "$with_Singularerror" = yes; then
     68  AC_DEFINE(SINGULAR_ERROR)
     69fi
     70
     71AC_ARG_WITH(
     72  NOSTREAMIO,
     73  [  --with-NOSTREAMIO : do not require iostream include nor library])
     74
     75if test "$with_NOSTREAMIO" = yes; then
     76  AC_DEFINE(NOSTREAMIO)
    6177fi
    6278
Note: See TracChangeset for help on using the changeset viewer.