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 36d0c08..6289cac 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 b271d4a..06a90d2 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
     ;;