mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
2001-12-01 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add missing backslash in test arguments. * sysdeps/mach/hurd/configure: Regenerated.
This commit is contained in:
parent
f67125e3c7
commit
9ad72f61cc
2
sysdeps/mach/hurd/configure
vendored
2
sysdeps/mach/hurd/configure
vendored
@ -12,7 +12,7 @@ fi
|
||||
|
||||
case "$machine" in
|
||||
i386*)
|
||||
if test -z "$oldest_abi" || test "$oldest_abi" < "2.2.5"; then
|
||||
if test -z "$oldest_abi" || test "$oldest_abi" \< "2.2.5"; then
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
fi
|
||||
;;
|
||||
|
@ -14,7 +14,7 @@ fi
|
||||
|
||||
case "$machine" in
|
||||
i386*)
|
||||
if test -z "$oldest_abi" || test "$oldest_abi" < "2.2.5"; then
|
||||
if test -z "$oldest_abi" || test "$oldest_abi" \< "2.2.5"; then
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
fi
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user