Commit 9b12e001 authored by Matthias Klose's avatar Matthias Klose

- Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS

parent e467dbc3
#! /bin/sh
# From configure.in Revision: 57905 .
# From configure.in Revision: 58647 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.5.
#
......@@ -12433,7 +12433,7 @@ fi
if test -z "$with_system_ffi" && test "$ac_cv_header_ffi_h" = yes; then
case "$ac_sys_system/`uname -m`" in
Linux/arm*) with_system_ffi="yes";;
Linux/arm*) with_system_ffi="yes"; CONFIG_ARGS="$CONFIG_ARGS --with-system-ffi";;
*) with_system_ffi="no"
esac
fi
......
......@@ -1728,7 +1728,7 @@ AC_ARG_WITH(system_ffi,
if test -z "$with_system_ffi" && test "$ac_cv_header_ffi_h" = yes; then
case "$ac_sys_system/`uname -m`" in
Linux/arm*) with_system_ffi="yes";;
Linux/arm*) with_system_ffi="yes"; CONFIG_ARGS="$CONFIG_ARGS --with-system-ffi";;
*) with_system_ffi="no"
esac
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment