* configure.in: Indent the # of #include_next one space.

From-SVN: r32871
This commit is contained in:
Zack Weinberg 2000-04-02 22:51:55 +00:00 committed by Zack Weinberg
parent bfab56e7ab
commit 5729663d29
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
* configure.in: Indent the # of #include_next one space.
2000-03-29 Jason Merrill <jason@casey.cygnus.com>
* configure.in: -linux-gnu*, not -linux-gnu.

View File

@ -109,7 +109,7 @@ case "${target}" in
# Create a wrapper if necessary.
(echo "#include <bits/libc-lock.h>" | ${CC-cc} -E -) >/dev/null 2>&1 ||
{
echo "#include_next <libc-lock.h>" > libc-lock.h
echo " #include_next <libc-lock.h>" > libc-lock.h
echo 'asm (".weak _pthread_cleanup_pop_restore");' >> libc-lock.h
echo 'asm (".weak _pthread_cleanup_push_defer");' >> libc-lock.h