Changeset 93fc820 in git


Ignore:
Timestamp:
Nov 6, 2013, 2:53:13 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8d15e552bf5b6cdd44dcf564de91481907cea58e
Parents:
8b1af66f3fa0c89a69c53ece141ce180bd7462a6
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-06 14:53:13+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-06 14:54:15+01:00
Message:
fix: pthreads must be the last lib (on some systems)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r8b1af6 r93fc820  
    5757
    5858# Checks for libraries.
     59AC_CHECK_LIB(pthread,pthread_create)
    5960AC_CHECK_LIB(rt,clock_gettime)
    60 AC_CHECK_LIB(pthread,pthread_create)
    6161
    6262LB_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)]))
Note: See TracChangeset for help on using the changeset viewer.