Restore change unintentionally killed during merge.
[glibc.git] / linuxthreads / configure
blob2624f9ec5ab1927708e7b11854907fb0c14152b3
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
11     libc_add_on=
12   else
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; }; }
16   fi
17 done