diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 20c44f4fc2..8f5fa38d33 100755 --- a/configure +++ b/configure @@ -6286,7 +6286,7 @@ if { ac_try='$libc_unwind_check >&5' (exit $ac_status); }; } then if $libc_unwind_check -v 2>&1 >/dev/null \ - | grep -q -- --eh-frame-hdr; then + | grep -- --eh-frame-hdr 2>&1 >/dev/null; then libc_cv_gcc_dwarf2_unwind_info=no_registry_needed else libc_cv_gcc_dwarf2_unwind_info=static |