Commit 5729663d by Zack Weinberg Committed by Zack Weinberg

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

From-SVN: r32871
parent bfab56e7
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment