8000 +formatting · python/cpython@66c1cf7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66c1cf7

Browse files
committed
+formatting
1 parent cbed501 commit 66c1cf7

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

configure

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4099,10 +4099,9 @@ AS_VAR_IF([have_libffi], [yes], [
40994099
#
41004100
AC_CACHE_CHECK([libffi has complex type support], [ac_cv_ffi_complex_double_supported],
41014101
[WITH_SAVE_ENV([
4102-
CFLAGS="$LIBFFI_CFLAGS $CFLAGS"
4103-
LDFLAGS="$LIBFFI_LIBS $LDFLAGS"
4104-
LIBS="$LIBFFI_LIBS"
4105-
4102+
CFLAGS="$LIBFFI_CFLAGS $CFLAGS"
4103+
LDFLAGS="$LIBFFI_LIBS $LDFLAGS"
4104+
LIBS="$LIBFFI_LIBS"
41064105
AC_RUN_IFELSE([AC_LANG_SOURCE([[
41074106
#include <complex.h>
41084107
#include <ffi.h>

0 commit comments

Comments
 (0)
0