Changeset f84f82 in git for configure.ac


Ignore:
Timestamp:
Nov 6, 2013, 2:10:35 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
da7eaf561933d677968dbf5e5b17b8a9e33117d5
Parents:
6008fe44cedc7793187b6229700bf1202ed3b6b0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-06 14:10:35+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-06 15:37:35+01:00
Message:
Fixing BS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r6008fe rf84f82  
    6363LB_CHECK_NTL(5.0,,AC_MSG_WARN([Unable to find NTL (which is strongly recommended) on your machine: please use --with-ntl=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
    6464LB_CHECK_FLINT(2.3,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
    65 LB_CHECK_MATHICGB
    66 
     65
     66AC_CONFIG_GOOGLE_PERFTOOLS()
    6767
    6868AX_PYTHON_DEFAULT()
    6969AX_PYTHON_WITH_VERSION([2.4])
    7070
    71 AC_CONFIG_GOOGLE_PERFTOOLS()
     71LB_CHECK_MATHICGB
    7272
    7373AC_FUNC_ERROR_AT_LINE
     
    8585esac
    8686
     87
     88SING_CHECK_POLYMAKE
     89SING_CHECK_GFANLIB
    8790
    8891SING_CHECK_P_PROCS
     
    9093SING_CHECK_READLINE
    9194SING_CHECK_DBM
    92 SING_CHECK_GFANLIB
    93 SING_CHECK_POLYMAKE
    9495
    9596### the following is needed due to the use of om_sing_opt_show_mem in misc_ip.cc...
Note: See TracChangeset for help on using the changeset viewer.