summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-10-13 13:09:45 +0200
committersb <sb@openoffice.org>2009-10-13 13:09:45 +0200
commitd763f15f1f81872d6fd0f9a10d10b90238ed2b23 (patch)
tree21a2e3f998dc4128b112b2594aac2d1e302bf095 /configure.in
parent2370bd30ffa57f98a94c9ffc0a9327be20bc4fe7 (diff)
#i105348# get rid of LinuxThread-specific code (NPTL define)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index aff65d6d1583..b22ec11fe289 100644
--- a/configure.in
+++ b/configure.in
@@ -937,9 +937,6 @@ case "$build_os" in
test_cups=yes
test_randr=yes
test_freetype=yes
- if getconf GNU_LIBPTHREAD_VERSION |grep -q NPTL; then
- PTHREAD_CFLAGS="-DNPTL"
- fi
_os=Linux
;;
gnu)