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:
2
configure
generated
vendored
2
configure
generated
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user