configure: fix --disable-cify
This commit is contained in:
parent
bff0c4113d
commit
cb921cd1d9
2
racket/src/configure
vendored
2
racket/src/configure
vendored
|
@ -3242,7 +3242,7 @@ if test "${enable_cify}" = "yes" ; then
|
|||
STARTUP_AS_C=
|
||||
STARTUP_AS_AUTO=_auto
|
||||
else
|
||||
if test "${enable_cify}" = "yes" ; then
|
||||
if test "${enable_cify}" = "no" ; then
|
||||
STARTUP_AS_BYTECODE=
|
||||
STARTUP_AS_C=_c
|
||||
STARTUP_AS_AUTO=_auto
|
||||
|
|
|
@ -488,7 +488,7 @@ if test "${enable_cify}" = "yes" ; then
|
|||
STARTUP_AS_C=
|
||||
STARTUP_AS_AUTO=_auto
|
||||
else
|
||||
if test "${enable_cify}" = "yes" ; then
|
||||
if test "${enable_cify}" = "no" ; then
|
||||
STARTUP_AS_BYTECODE=
|
||||
STARTUP_AS_C=_c
|
||||
STARTUP_AS_AUTO=_auto
|
||||
|
|
Loading…
Reference in New Issue
Block a user