Changeset 2fa80a in git for configure.ac
- Timestamp:
- Nov 6, 2013, 6:07:39 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 823679a657c538153cba3a477bf92e2c9102c451
- Parents:
- 2ea781ea236dc6d65399e46b262e9954538749a1d600e1863951bfc5135d0138b61badb20b1ec70a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rd600e18 r2fa80a 57 57 58 58 # Checks for libraries. 59 AC_CHECK_LIB(pthread,pthread_create) 59 60 AC_CHECK_LIB(rt,clock_gettime) 60 AC_CHECK_LIB(pthread,pthread_create)61 61 62 62 LB_CHECK_GMP(4.0,,AC_MSG_ERROR([Unable to find GMP on your machine: please use --with-gmp=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)])) 63 63 LB_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)])) 64 64 LB_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 66 AC_CONFIG_GOOGLE_PERFTOOLS() 67 67 68 68 AX_PYTHON_DEFAULT() 69 69 AX_PYTHON_WITH_VERSION([2.4]) 70 70 71 AC_CONFIG_GOOGLE_PERFTOOLS() 71 LB_CHECK_MATHICGB 72 72 73 73 AC_FUNC_ERROR_AT_LINE … … 85 85 esac 86 86 87 88 SING_CHECK_POLYMAKE 89 SING_CHECK_GFANLIB 87 90 88 91 SING_CHECK_P_PROCS … … 90 93 SING_CHECK_READLINE 91 94 SING_CHECK_DBM 92 SING_CHECK_GFANLIB93 SING_CHECK_POLYMAKE94 95 95 96 ### 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.