guile-2d
guile-2d copied to clipboard
Add guile-sdl check when configure
This pull request contains 2 commits:
- remove build-aux from .gitignore (need to put guile-sdl.m4 into build-aux)
- add guile-sdl check
Could you explain what this does a bit more? Does it check that guile-sdl is present or just that some optional SDL dependencies are present? For instance, I do use the SDL_mixer features but I do not use SDL_ttf and instead have written my own wrapper for FTGL.