From 5729663d29170032fcc7dec9725742c5c739d950 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 2 Apr 2000 22:51:55 +0000 Subject: [PATCH] * configure.in: Indent the # of #include_next one space. From-SVN: r32871 --- libio/ChangeLog | 4 ++++ libio/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libio/ChangeLog b/libio/ChangeLog index 6de90073923..e1df607ebbe 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,7 @@ +2000-04-02 Zack Weinberg + + * configure.in: Indent the # of #include_next one space. + 2000-03-29 Jason Merrill * configure.in: -linux-gnu*, not -linux-gnu. diff --git a/libio/configure.in b/libio/configure.in index 7c3ff07aef1..307316858b2 100644 --- a/libio/configure.in +++ b/libio/configure.in @@ -109,7 +109,7 @@ case "${target}" in # Create a wrapper if necessary. (echo "#include " | ${CC-cc} -E -) >/dev/null 2>&1 || { - echo "#include_next " > libc-lock.h + echo " #include_next " > libc-lock.h echo 'asm (".weak _pthread_cleanup_pop_restore");' >> libc-lock.h echo 'asm (".weak _pthread_cleanup_push_defer");' >> libc-lock.h