Skip to content

Commit

Permalink
build/pkgs/sqlite/spkg-configure.m4: drop cygwin case
Browse files Browse the repository at this point in the history
  • Loading branch information
orlitzky committed Nov 13, 2024
1 parent bcf4fc9 commit db1b0be
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions build/pkgs/sqlite/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,8 @@ SAGE_SPKG_CONFIGURE([sqlite], [
m4_popdef([SAGE_SQLITE3_MIN_VERSION_MICRO])
m4_popdef([SAGE_SQLITE3_MIN_VERSION])
], [dnl REQUIRED-CHECK
AS_CASE([$host],
[*-*-cygwin*], [
dnl sqlite SetDllDirectory in sage_ostools.pyx
sage_require_sqlite=yes
], [
AC_REQUIRE([SAGE_SPKG_CONFIGURE_PYTHON3])
AS_IF([test x$sage_spkg_install_python3 = xno], [
sage_require_sqlite=no
])
])
]
)
AC_REQUIRE([SAGE_SPKG_CONFIGURE_PYTHON3])
AS_IF([test x$sage_spkg_install_python3 = xno], [
sage_require_sqlite=no
])
])

0 comments on commit db1b0be

Please sign in to comment.