OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-245-g38a0941
Gerrit Code Review
gerrit@openafs.org
Sun, 23 Sep 2018 21:16:01 -0400
The following commit has been merged in the master branch:
commit 38a094137f067255c586dd5c85f3040d7a7c4486
Author: Andrew Deason <adeason@dson.org>
Date: Fri Sep 21 17:16:52 2018 -0500
pthread.m4: Add missing 'test' to conditional
Commit c5def62d (autoconf: update pthread checks) accidentally omitted
a 'test' in one of the conditionals. This causes an ugly error message
during configure:
checking for pthread_attr_init in -lpthread... yes
./configure[31043]: x-lpthread: not found [No such file or directory]
Replace the missing 'test'.
Change-Id: I28b82594e43a4ab42a5eb9fcc78e0ce8c5517d8b
Reviewed-on: https://gerrit.openafs.org/13342
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/cf/pthread.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository