gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#128322)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
This commit is contained in:
Zanie Blue
2024-12-30 02:55:14 -06:00
committed by GitHub
parent ef63cca494
commit 81376fef76
3 changed files with 5 additions and 2 deletions

2
configure generated vendored
View File

@@ -15434,7 +15434,7 @@ save_LIBS=$LIBS
CPPFLAGS="$CPPFLAGS $LIBSQLITE3_CFLAGS"
LDFLAGS="$LIBSQLITE3_LIBS $LDFLAGS"
LIBS="$LIBSQLITE3_LIBS $LIBS"
ac_fn_c_check_header_compile "$LINENO" "sqlite3.h" "ac_cv_header_sqlite3_h" "$ac_includes_default"
if test "x$ac_cv_header_sqlite3_h" = xyes