summaryrefslogtreecommitdiff
path: root/nptl/configure
blob: dd246c755ad65b0392a24d1484e021f0407ea54c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is a shell script fragment sourced by the main configure script.
# We're obliged to give here the canonical name that will be used to
# as a subdirectory to search for in other add-ons' sysdeps trees.

libc_add_on_canonical=nptl

# Only linux configurations support NPTL.
if test $add_ons_automatic = yes; then
  case "$config_os" in
  *linux*) ;;
  *) libc_add_on= ;;
  esac
fi