Changeset 261ee2 in git for m4


Ignore:
Timestamp:
Aug 19, 2016, 3:54:54 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
961c76da92efc86885b6506c8c83262f14e705ff
Parents:
10580285214f9c3901f18ef1070c38b4b5bdb47b
Message:
add: module customstd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r105802 r261ee2  
    312312  bi_bigintm=false
    313313  bi_Order=false
     314  bi_customstd=false
    314315
    315316
     
    342343       bigintm ) bi_bigintm=true ;;
    343344       Order ) bi_Order=true ;;
     345       customstd ) bi_customstd=true ;;
    344346      esac
    345347
     
    375377 AM_CONDITIONAL([SI_BUILTIN_BIGINTM], [test x$bi_bigintm = xtrue])
    376378 AM_CONDITIONAL([SI_BUILTIN_ORDER], [test x$bi_Order = xtrue])
     379 AM_CONDITIONAL([SI_BUILTIN_CUSTOMSTD], [test x$bi_customstd = xtrue])
    377380
    378381 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset for help on using the changeset viewer.