]> gcc.gnu.org Git - gcc.git/blobdiff - libio/configure.in
* configure.in: Indent the # of #include_next one space.
[gcc.git] / libio / configure.in
index 7c3ff07aef1a13c21331c9f0141c6f265479fd25..307316858b29ae95403b83da72596964cde1f00c 100644 (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
 
This page took 0.030482 seconds and 5 git commands to generate.