We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf4fc9 commit db1b0beCopy full SHA for db1b0be
build/pkgs/sqlite/spkg-configure.m4
@@ -33,15 +33,8 @@ SAGE_SPKG_CONFIGURE([sqlite], [
33
m4_popdef([SAGE_SQLITE3_MIN_VERSION_MICRO])
34
m4_popdef([SAGE_SQLITE3_MIN_VERSION])
35
], [dnl REQUIRED-CHECK
36
- AS_CASE([$host],
37
- [*-*-cygwin*], [
38
- dnl sqlite SetDllDirectory in sage_ostools.pyx
39
- sage_require_sqlite=yes
40
- ], [
41
- AC_REQUIRE([SAGE_SPKG_CONFIGURE_PYTHON3])
42
- AS_IF([test x$sage_spkg_install_python3 = xno], [
43
- sage_require_sqlite=no
44
- ])
45
46
-]
47
-)
+ AC_REQUIRE([SAGE_SPKG_CONFIGURE_PYTHON3])
+ AS_IF([test x$sage_spkg_install_python3 = xno], [
+ sage_require_sqlite=no
+ ])
+])
0 commit comments