File tree 3 files changed +2
-11
lines changed
3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -10762,13 +10762,8 @@ fi
10762
10762
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_decimal_contextvar" >&5
10763
10763
$as_echo "$with_decimal_contextvar" >&6; }
10764
10764
10765
- for ac_header in sqlite3.h
10766
- do :
10767
- ac_fn_c_check_header_mongrel "$LINENO" "sqlite3.h" "ac_cv_header_sqlite3_h" "$ac_includes_default"
10765
+ ac_fn_c_check_header_mongrel "$LINENO" "sqlite3.h" "ac_cv_header_sqlite3_h" "$ac_includes_default"
10768
10766
if test "x$ac_cv_header_sqlite3_h" = xyes; then :
10769
- cat >>confdefs.h <<_ACEOF
10770
- #define HAVE_SQLITE3_H 1
10771
- _ACEOF
10772
10767
10773
10768
save_LIBS=$LIBS
10774
10769
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open_v2 in -lsqlite3" >&5
@@ -10882,7 +10877,6 @@ fi
10882
10877
10883
10878
fi
10884
10879
10885
- done
10886
10880
10887
10881
10888
10882
# Check for support for loadable sqlite extensions
Original file line number Diff line number Diff line change 3069
3069
AC_MSG_RESULT ( $with_decimal_contextvar )
3070
3070
3071
3071
dnl Check for SQLite library
3072
- AC_CHECK_HEADERS ( [ sqlite3.h] , [
3072
+ AC_CHECK_HEADER ( [ sqlite3.h] , [
3073
3073
AS_VAR_COPY ( [ save_LIBS] , [ LIBS] )
3074
3074
AC_CHECK_LIB ( [ sqlite3] , [ sqlite3_open_v2] , [
3075
3075
AC_COMPILE_IFELSE ( [
Original file line number Diff line number Diff line change 1031
1031
/* Define to 1 if you have the `splice' function. */
1032
1032
#undef HAVE_SPLICE
1033
1033
1034
- /* Define to 1 if you have the <sqlite3.h> header file. */
1035
- #undef HAVE_SQLITE3_H
1036
-
1037
1034
/* Define if your compiler provides ssize_t */
1038
1035
#undef HAVE_SSIZE_T
1039
1036
You can’t perform that action at this time.
0 commit comments