]> granicus.if.org Git - p11-kit/commitdiff
Fix build problem due to pthread extensions usage
authorSimon Josefsson <simon@josefsson.org>
Thu, 8 Mar 2012 19:13:21 +0000 (20:13 +0100)
committerStef Walter <stefw@gnome.org>
Thu, 8 Mar 2012 19:13:21 +0000 (20:13 +0100)
See: http://ipozgaj.blogspot.com/2006/08/posix-threads-and-manual-pages-rant.htm

configure.ac

index 428807abf5dc5cb76e4d70fdd2da28c78f7b149a..c6f6fc758a9375fa44aa9956c663eb93fc825e71 100644 (file)
@@ -31,6 +31,7 @@ LT_INIT([dlopen disable-static])
 AC_PROG_CC
 AC_PROG_CPP
 AM_PROG_CC_C_O
+AC_USE_SYSTEM_EXTENSIONS
 
 LINGUAS=""
 AM_GNU_GETTEXT([external], [need-ngettext])