Changeset bd3640 in git for m4/options.m4


Ignore:
Timestamp:
Feb 17, 2017, 4:30:41 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
def3b20bda0f43d4d4bd310a2976c396c69d0bd7
Parents:
54c80cb81ed58f166a023fc060f541e24ebd5892
Message:
clean up: m4/options: removed duplicates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r54c80c rbd3640  
    312312  bi_bigintm=false
    313313  bi_Order=false
    314   bi_customstd=false
    315314
    316315
     
    344343       bigintm ) bi_bigintm=true ;;
    345344       Order ) bi_Order=true ;;
    346        customstd ) bi_customstd=true ;;
    347345      esac
    348346
     
    379377 AM_CONDITIONAL([SI_BUILTIN_BIGINTM], [test x$bi_bigintm = xtrue])
    380378 AM_CONDITIONAL([SI_BUILTIN_ORDER], [test x$bi_Order = xtrue])
    381  AM_CONDITIONAL([SI_BUILTIN_CUSTOMSTD], [test x$bi_customstd = xtrue])
    382379
    383380 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset for help on using the changeset viewer.