diff options
author | 2001-12-02 00:01:20 +0000 | |
---|---|---|
committer | 2001-12-02 00:01:20 +0000 | |
commit | 9ad72f61cce636ad449bdf0bf32a6d051c99224b (patch) | |
tree | dd89c9bfda1b9f1c3925440431ef374e98556a02 /sysdeps/mach/hurd/configure | |
parent | Update. (diff) | |
download | glibc-9ad72f61cce636ad449bdf0bf32a6d051c99224b.tar.xz glibc-9ad72f61cce636ad449bdf0bf32a6d051c99224b.zip |
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.
Diffstat (limited to 'sysdeps/mach/hurd/configure')
-rwxr-xr-x | sysdeps/mach/hurd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure index 36d0c08b6a..6289cacda4 100755 --- a/sysdeps/mach/hurd/configure +++ b/sysdeps/mach/hurd/configure @@ -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 ;; |