[Xcb] [Bug 23163] configure of libpthread-stubs can't detect stubs on NetBSD

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 20 21:43:36 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=23163





--- Comment #7 from Josh Triplett <josh at freedesktop.org>  2009-08-20 21:43:35 PST ---
(In reply to comment #6)
> Created an attachment (id=28824)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=28824) [details]
> find stubs with AC_TRY_LINK
> 
> patch updated.
> changes from previous:
> 
>   * separate macro definition to check-stub.m4
>   * follow latest codebase. (support sem_* function stubs)
> 

Thanks for updating the patch.  I noticed a typo in the new version, though:

+CHECK_SEM_STUB([sem_destory],
+              [sem_t s; (void)sem_destory(&s);],
+              [], [lack_stubs=yes])

s/destory/destroy/g


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Xcb mailing list