Changeset 4d8cea in git for factory/configure.ac


Ignore:
Timestamp:
Jul 31, 2018, 10:58:46 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'df6a8e29030ff93c6ad53051028727af7d339fa0')
Children:
09f6a7dc1754cf6e92f412f432ec3cd56a3a10d7
Parents:
cadc8982276b61186daf2b1af182e715450e71df
Message:
fix: add -pthread test to all NTL tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/configure.ac

    rcadc89 r4d8cea  
    210210
    211211#NTL 9.6.4 requires -lpthread/-pthread
     212# This test for -lpthread etc has to come before AX_PTHREAD,
     213# because libtool tends to ignore -pthread in linking shared C++-libs
     214# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25460
     215# (happens with ubuntu 14.04)
    212216AC_SEARCH_LIBS(sem_wait,[rt pthreads pthread],[],[
    213217  AC_MSG_ERROR([sem_wait not found in rt,pthreads,pthread])
Note: See TracChangeset for help on using the changeset viewer.