Skip to content

Commit 545f99f

Browse files
committed
address review: CFLAGS -> CPPFLAGS
1 parent 66c1cf7 commit 545f99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4099,7 +4099,7 @@ 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"
4102+
CPPFLAGS="$LIBFFI_CFLAGS $CPPFLAGS"
41034103
LDFLAGS="$LIBFFI_LIBS $LDFLAGS"
41044104
LIBS="$LIBFFI_LIBS"
41054105
AC_RUN_IFELSE([AC_LANG_SOURCE([[

0 commit comments

Comments
 (0)