|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #57081] [octave forge] (io) incorrect io package version in src/configure.ac |
| Date: | Thu, 3 Sep 2020 03:35:16 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 Edg/85.0.564.44 |
Follow-up Comment #10, bug #57081 (project octave):
The condition in comment #6 doesn't look correct to me. You probably want to
have something like:
#if OCTAVE_MAJOR_VERSION < 4 || (OCTAVE_MAJOR_VERSION == 4 &&
OCTAVE_MINOR_VERSION < 4)
With the condition you propose in comment #6, version 3.8 wouldn't pass
because 8 is not smaller than 4.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57081>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |