Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/sqlite/spkg-configure.m4: Set as not required if system py…
Browse files Browse the repository at this point in the history
…thon3 will be used
  • Loading branch information
mkoeppe committed Oct 10, 2020
1 parent dd3fc1e commit efb9dcc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/pkgs/sqlite/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ SAGE_SPKG_CONFIGURE([sqlite], [
m4_popdef([SAGE_SQLITE3_MIN_VERSION_MINOR])
m4_popdef([SAGE_SQLITE3_MIN_VERSION_MICRO])
m4_popdef([SAGE_SQLITE3_MIN_VERSION])
])
], [dnl REQUIRED-CHECK
AC_REQUIRE([SAGE_SPKG_CONFIGURE_PYTHON3])
AS_IF([test x$sage_spkg_install_python3 = xno], [
sage_require_sqlite=no
])
]
)

0 comments on commit efb9dcc

Please sign in to comment.