summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-03-08 20:13:21 +0100
committerStef Walter <stefw@gnome.org>2012-03-08 20:13:21 +0100
commit300c84133390363a543854e5cd0ac3dd9018544e (patch)
treea711ef833414748be4b427b52d583ad1d612156b
parent632e268fa86ad8ba55d34044ccc325c20c8fc0c7 (diff)
downloadp11-kit-300c84133390363a543854e5cd0ac3dd9018544e.tar.gz
Fix build problem due to pthread extensions usage
See: http://ipozgaj.blogspot.com/2006/08/posix-threads-and-manual-pages-rant.htm
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 428807a..c6f6fc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])