]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2001-12-01 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sun, 2 Dec 2001 00:01:20 +0000 (00:01 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 2 Dec 2001 00:01:20 +0000 (00:01 +0000)
* sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
missing backslash in test arguments.
* sysdeps/mach/hurd/configure: Regenerated.

sysdeps/mach/hurd/configure
sysdeps/mach/hurd/configure.in

index 36d0c08b6ab4594a6754a6893c6424f347c4949e..6289cacda4eadef6f41d73623d159a6897c3b279 100755 (executable)
@@ -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
     ;;
index b271d4a810609abd9343ae17acff9e9212774e7f..06a90d27f8c074fcd1ffc021c6495364de30a64b 100644 (file)
@@ -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
     ;;