* configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around

commands inside &&.
	Reported by Andreas Schwab <schwab@suse.de>.
	* configure: Regenerated.
This commit is contained in:
Roland McGrath 2004-08-12 06:12:28 +00:00
parent 206f5e806d
commit 6e9a9da636
1 changed files with 5 additions and 0 deletions

View File

@ -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>