]> granicus.if.org Git - python/commitdiff
- Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS
authorMatthias Klose <doko@ubuntu.com>
Thu, 25 Oct 2007 06:38:01 +0000 (06:38 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 25 Oct 2007 06:38:01 +0000 (06:38 +0000)
configure
configure.in

index 5e80d43edb7068af932eb015e1dcdd3619d11467..15ce74fc2c5047b8224a90a5f7ac46d25f5a6ee9 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /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
index 35f41f62beb957dd2da40c79fe3b8c7f8b7042a4..7b2c6aba5424e39199f296e023a5b73b261755e9 100644 (file)
@@ -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