(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / linuxthreads / configure.in
blob3f9904a41103f0971ae938e281912373a5819dfd
1 GLIBC_PROVIDES dnl See top-level configure.in.
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     AC_MSG_RESULT($libc_add_on disabled because $other add-on is also in use)
10     libc_add_on=
11   else
12     AC_MSG_ERROR(cannot use both $libc_add_on and $other add-ons in one build)
13   fi
14 done