Changeset f5127cb in git


Ignore:
Timestamp:
Apr 12, 2013, 3:48:45 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
86ab0a6b6bc63e9d877935e6737f1ddb83372a09
Parents:
e3eb52ac744d6597b2ab9612514ab6aba26bfe5a
Message:
add: test for libs: rt, pthread
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    re3eb52 rf5127cb  
    6363
    6464# Checks for libraries.
     65AC_CHECK_LIB(rt,clock_gettime)
     66AC_CHECK_LIB(pthread,pthread_create)
     67
    6568LB_CHECK_GMP(3.1.1,,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)]))
    6669LB_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)]))
Note: See TracChangeset for help on using the changeset viewer.