Skip to content

Commit fc4ebff

Browse files
committed
address review: +LIBS
1 parent 545f99f commit fc4ebff

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
@@ -4101,7 +4101,7 @@ AC_CACHE_CHECK([libffi has complex type support], [ac_cv_ffi_complex_double_supp
41014101
[WITH_SAVE_ENV([
41024102
CPPFLAGS="$LIBFFI_CFLAGS $CPPFLAGS"
41034103
LDFLAGS="$LIBFFI_LIBS $LDFLAGS"
4104-
LIBS="$LIBFFI_LIBS"
4104+
LIBS="$LIBFFI_LIBS $LIBS"
41054105
AC_RUN_IFELSE([AC_LANG_SOURCE([[
41064106
#include <complex.h>
41074107
#include <ffi.h>

0 commit comments

Comments
 (0)