Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
address review: CFLAGS -> CPPFLAGS
  • Loading branch information
skirpichev committed Oct 29, 2024
commit 545f99fab2d202722b87ddd72ea2e848413b91fa
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4099,7 +4099,7 @@ AS_VAR_IF([have_libffi], [yes], [
#
AC_CACHE_CHECK([libffi has complex type support], [ac_cv_ffi_complex_double_supported],
[WITH_SAVE_ENV([
CFLAGS="$LIBFFI_CFLAGS $CFLAGS"
CPPFLAGS="$LIBFFI_CFLAGS $CPPFLAGS"
LDFLAGS="$LIBFFI_LIBS $LDFLAGS"
LIBS="$LIBFFI_LIBS"
Comment thread
skirpichev marked this conversation as resolved.
Outdated
AC_RUN_IFELSE([AC_LANG_SOURCE([[
Expand Down