mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Fix typo in autoconf help expression
This commit is contained in:
parent
d169863877
commit
b07a102495
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -1503,7 +1503,7 @@ Optional Packages:
|
|||
--with-fpe detect floating point exceptions (default=YES)
|
||||
--with-signed-zero={yes|no}
|
||||
allow for IEEE signed zeros (default=YES).
|
||||
--with-iee-fp={yes|no} full IEEE floating point system, including denormals
|
||||
--with-ieee-fp={yes|no} full IEEE floating point system, including denormals
|
||||
(default=YES). Implies signed-zero and fpe
|
||||
--with-x use the X Window System
|
||||
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ AC_ARG_WITH(signed-zero,
|
|||
[], [with_signed_zero="yes"])
|
||||
|
||||
AC_ARG_WITH(ieee-fp,
|
||||
AS_HELP_STRING( [--with-iee-fp={yes|no}],
|
||||
AS_HELP_STRING( [--with-ieee-fp={yes|no}],
|
||||
[full IEEE floating point system, including denormals (default=YES).]
|
||||
[Implies signed-zero and fpe]),
|
||||
[], [with_ieee_fp="yes"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue