Test for ELF IFUNC functionality.
[glibc.git] / nptl / configure
blobdd246c755ad65b0392a24d1484e021f0407ea54c
1 # This is a shell script fragment sourced by the main configure script.
2 # We're obliged to give here the canonical name that will be used to
3 # as a subdirectory to search for in other add-ons' sysdeps trees.
5 libc_add_on_canonical=nptl
7 # Only linux configurations support NPTL.
8 if test $add_ons_automatic = yes; then
9   case "$config_os" in
10   *linux*) ;;
11   *) libc_add_on= ;;
12   esac