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:
Roland McGrath 2001-12-02 00:01:20 +00:00
parent f67125e3c7
commit 9ad72f61cc
2 changed files with 2 additions and 2 deletions

View File

@ -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
;;

View 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
;;