Changeset a1fca5 in git for m4


Ignore:
Timestamp:
Oct 27, 2016, 4:38:48 PM (8 years ago)
Author:
Yue <ren@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
11a1ef2b5d6b9902d828bfcdb78722c538d58b1c
Parents:
33d8aac3b0b21f3ac24b80d3266698887ea532b4
git-author:
Yue <ren@mathematik.uni-kl.de>2016-10-27 16:38:48+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2017-06-08 18:10:27+02:00
Message:
new: gitfan.so
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r33d8aac ra1fca5  
    282282
    283283AC_DEFUN([SING_CHECK_PYTHON_MODULE],
    284 [ 
     284[
    285285AC_ARG_ENABLE(python_module, AS_HELP_STRING([--enable-python_module], [Enable python_module.so]),
    286286[if test $enableval = yes; then
     
    324324  bi_bigintm=false
    325325  bi_Order=false
     326  bi_gitfan=false
    326327
    327328
     
    356357       bigintm ) bi_bigintm=true ;;
    357358       Order ) bi_Order=true ;;
     359       gitfan ) bi_gitfan=true ;;
    358360      esac
    359361
     
    392394 AM_CONDITIONAL([SI_BUILTIN_BIGINTM], [test x$bi_bigintm = xtrue])
    393395 AM_CONDITIONAL([SI_BUILTIN_ORDER], [test x$bi_Order = xtrue])
     396 AM_CONDITIONAL([SI_BUILTIN_GITFAN], [test x$bi_gitfan = xtrue])
    394397
    395398 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset for help on using the changeset viewer.