diff options
author | Roland McGrath <roland@gnu.org> | 2004-08-12 06:12:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-08-12 06:12:28 +0000 |
commit | 6e9a9da6365d098460fe397325d3936d7efdbeab (patch) | |
tree | 4b76512616fc3293d5fdf167e8e68790f3208982 | |
parent | 206f5e806d27ba1bd19762751e013c8064fe05ca (diff) | |
download | glibc-6e9a9da6365d098460fe397325d3936d7efdbeab.tar glibc-6e9a9da6365d098460fe397325d3936d7efdbeab.tar.gz glibc-6e9a9da6365d098460fe397325d3936d7efdbeab.tar.bz2 glibc-6e9a9da6365d098460fe397325d3936d7efdbeab.zip |
* configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
commands inside &&.
Reported by Andreas Schwab <schwab@suse.de>.
* configure: Regenerated.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ 2004-08-11 Roland McGrath <roland@redhat.com> + * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around + commands inside &&. + Reported by Andreas Schwab <schwab@suse.de>. + * configure: Regenerated. + * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL. 2004-08-11 Ulrich Drepper <drepper@redhat.com> |