diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-03-08 20:13:21 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-03-08 20:13:21 +0100 |
commit | 300c84133390363a543854e5cd0ac3dd9018544e (patch) | |
tree | a711ef833414748be4b427b52d583ad1d612156b | |
parent | 632e268fa86ad8ba55d34044ccc325c20c8fc0c7 (diff) | |
download | p11-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.ac | 1 |
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]) |