bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in libc:sysdeps/mach/hurd/configure


From: Jeff Bailey
Subject: Typo in libc:sysdeps/mach/hurd/configure
Date: Sat, 1 Dec 2001 14:07:43 -0800
User-agent: Mutt/1.2.5i

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]