Changeset fafb80 in git for m4/options.m4


Ignore:
Timestamp:
Oct 17, 2019, 12:18:50 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
ceddead1eb12221030b1cd0d0ab3119014bd54c2
Parents:
eac8bc42b876bf2245703a2512bd05e9985dc1bf
Message:
new module: loctriv.so
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    reac8bc4 rfafb80  
    335335  bi_interval=false
    336336  bi_systhreads=false
     337  bi_loctriv=false
    337338
    338339
     
    373374       interval ) bi_interval=true ;;
    374375       systhreads ) bi_systhreads=true;;
     376       loctriv ) bi_loctriv=true;;
    375377      esac
    376378
     
    415417 AM_CONDITIONAL([SI_BUILTIN_INTERVAL], [test x$bi_interval = xtrue])
    416418 AM_CONDITIONAL([SI_BUILTIN_SYSTHREADS], [test x$bi_systhreads = xtrue])
     419 AM_CONDITIONAL([SI_BUILTIN_LOCTRIV], [test x$bi_loctriv = xtrue])
    417420
    418421 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset for help on using the changeset viewer.