diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-24 20:20:23 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-24 20:20:23 -0400 |
commit | 949372cf3fc361d42878e85901abb9dc8c3ec78a (patch) | |
tree | dfc0dce19adc9cc21f3495c051b710c15e89201b | |
parent | f9e35c58cc64d89424a12c38e51000c0c242bded (diff) |
configure: Remove check for guile-sdl2.
We do not directly refer to the SDL2 modules anywhere.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e8809e4..ae68d50 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,5 @@ GUILE_PKG([3.0]) GUILE_PROGS GUILE_MODULE_REQUIRED([chickadee]) -GUILE_MODULE_REQUIRED([sdl2]) AC_OUTPUT |