configure: fix `--enable-portable-binary' addition

This commit is contained in:
Matthew Flatt 2013-07-29 10:58:16 -06:00
parent bcc0b335a3
commit 895b8d2760
2 changed files with 2 additions and 2 deletions

View File

@ -2584,7 +2584,7 @@ COMPFLAGS=""
ORIG_CC="${CC}"
ORIG_CPP="${CPP}"
# 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
ac_ext=c

View File

@ -464,7 +464,7 @@ COMPFLAGS=""
ORIG_CC="${CC}"
ORIG_CPP="${CPP}"
# 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
AC_PROG_CC