configure: fix `--enable-portable-binary' addition
This commit is contained in:
parent
bcc0b335a3
commit
895b8d2760
2
racket/src/configure
vendored
2
racket/src/configure
vendored
|
@ -2584,7 +2584,7 @@ COMPFLAGS=""
|
||||||
ORIG_CC="${CC}"
|
ORIG_CC="${CC}"
|
||||||
ORIG_CPP="${CPP}"
|
ORIG_CPP="${CPP}"
|
||||||
# Include `--enable-portable-binary' by default for libffi
|
# Include `--enable-portable-binary' by default for libffi
|
||||||
SUB_CONFIGURE_EXTRAS="--enable-portable-binary"
|
SUB_CONFIGURE_EXTRAS=" --enable-portable-binary"
|
||||||
|
|
||||||
if test "${enable_oskit}" = "no" ; then
|
if test "${enable_oskit}" = "no" ; then
|
||||||
ac_ext=c
|
ac_ext=c
|
||||||
|
|
|
@ -464,7 +464,7 @@ COMPFLAGS=""
|
||||||
ORIG_CC="${CC}"
|
ORIG_CC="${CC}"
|
||||||
ORIG_CPP="${CPP}"
|
ORIG_CPP="${CPP}"
|
||||||
# Include `--enable-portable-binary' by default for libffi
|
# Include `--enable-portable-binary' by default for libffi
|
||||||
SUB_CONFIGURE_EXTRAS="--enable-portable-binary"
|
SUB_CONFIGURE_EXTRAS=" --enable-portable-binary"
|
||||||
|
|
||||||
if test "${enable_oskit}" = "no" ; then
|
if test "${enable_oskit}" = "no" ; then
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
Loading…
Reference in New Issue
Block a user