Fix typo in autoconf help expression

This commit is contained in:
Juan Jose Garcia Ripoll 2009-06-07 18:20:08 +02:00
parent d169863877
commit b07a102495
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View file

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

View file

@ -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"])