From 206f5e806d27ba1bd19762751e013c8064fe05ca Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 12 Aug 2004 06:12:22 +0000 Subject: 2004-08-11 Roland McGrath * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around commands inside &&. Reported by Andreas Schwab . * configure: Regenerated. --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 099a9e216e..e6976ce7f5 100644 --- a/configure.in +++ b/configure.in @@ -1675,10 +1675,11 @@ foo: /* comment */ nop EOF -if AC_TRY_COMMAND([${CC-cc} $CPPFLAGS $ASFLAGS -g -c conftest.S 1>&AS_MESSAGE_LOG_FD]) && +if AC_TRY_COMMAND([${CC-cc} $CPPFLAGS $ASFLAGS -g -c conftest.S 1>&AS_MESSAGE_LOG_FD]) && { ac_pattern='conftest\.S' AC_TRY_COMMAND([readelf --debug-dump=line conftest.o | - grep $ac_pattern 1>&AS_MESSAGE_LOG_FD]); then + grep $ac_pattern 1>&AS_MESSAGE_LOG_FD]) + }; then libc_cv_cpp_asm_debuginfo=yes else libc_cv_cpp_asm_debuginfo=no -- cgit v1.2.3