mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
== is not a portable shell operator
This commit is contained in:
parent
4663183075
commit
aeeea525ca
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -5004,7 +5004,7 @@ if test "${with_fpe}" != yes; then
|
|||
_ACEOF
|
||||
|
||||
fi
|
||||
if test "${with_signed_zero}" == yes; then
|
||||
if test "${with_signed_zero}" = yes; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define ECL_SIGNED_ZERO 1
|
||||
_ACEOF
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ dnl Deactivate floating point exceptions if asked to
|
|||
if test "${with_fpe}" != yes; then
|
||||
AC_DEFINE(ECL_AVOID_FPE_H)
|
||||
fi
|
||||
if test "${with_signed_zero}" == yes; then
|
||||
if test "${with_signed_zero}" = yes; then
|
||||
AC_DEFINE(ECL_SIGNED_ZERO)
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue