]> 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:37:24 +0000 (06:37 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 25 Oct 2007 06:37:24 +0000 (06:37 +0000)
configure
configure.in

index db9812134dda5c43a8605358003184d07607c138..bf4d7da9f6b275b51830b657b544f2973e6c9252 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 57960 .
+# From configure.in Revision: 58645 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.6.
 #
@@ -12955,7 +12955,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 2c5a85fc127992e812b2a93ec6c99b33e02406b4..eabc69ff585aea7a1030d9ec41746e5198b02571 100644 (file)
@@ -1755,7 +1755,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