sysdeps/mach/hurd/configure contains this line:

    if test -z "$oldest_abi" || test "$oldest_abi" < "2.2.5"; then

The problem is that:

test "$oldest_abi" < "2.2.5"

Is not a useful statement.  I haven't provided a patch, becase I'm not
sure if a simple -lt is appropriate, or if the string should be ripped
apart to do this properly.  (like making sure that 2.2.10 is greater
than 2.2.9)

Tks,
Jeff Bailey

-- 
Abandon the search for truth; settle for a good fantasy.


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to