[ovs-git] [openvswitch/ovs] 28c47f: configure.ac: More enhanced check for pthread libr...

GitHub noreply at github.com
Mon Dec 10 17:50:51 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 28c47facb5fb0bfe9e6c082f6aa6605115389272
      https://github.com/openvswitch/ovs/commit/28c47facb5fb0bfe9e6c082f6aa6605115389272
  Author: Ilya Maximets <i.maximets at samsung.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure.ac: More enhanced check for pthread library.

FreeBSD 12 supports 'pthread_rwlock_tryrdlock' without 'pthread'
library. Let's add check for more rare function.
OTOH, Travis-CI environment supports 'pthread_rwlockattr_destroy',
but does not support 'pthread_rwlock_tryrdlock' without 'pthread'.
So, both checks needed.

Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list