1 # This file is generated from configure.in by Autoconf. DO NOT EDIT!
3 # LinuxThreads fragment for GNU C library configure mechanism.
4 # This is a shell script fragment sourced by the main configure script.
6 for other in $add_ons; do
7 test $other = nptl || continue
8 if test $add_ons_automatic = yes; then
9 echo "$as_me:$LINENO: result: $libc_add_on disabled because $other add-on is also in use" >&5
10 echo "${ECHO_T}$libc_add_on disabled because $other add-on is also in use" >&6
13 { { echo "$as_me:$LINENO: error: cannot use both $libc_add_on and $other add-ons in one build" >&5
14 echo "$as_me: error: cannot use both $libc_add_on and $other add-ons in one build" >&2;}
15 { (exit 1); exit 1; }; }