sarah-walker-pcem / arculator

Arculator
http://b-em.bbcmicro.com/arculator
GNU General Public License v2.0
56 stars 23 forks source link

Use SDL_CFLAGS rather than substituting result from sdl2-config --cflags #33

Closed sjnewbury closed 1 year ago

sjnewbury commented 1 year ago

configure checks for SDL2, so the build system already has the SDL_CFLAGS set.

It's pointless to call sdl2-config each time, and also triggers warnings in at least recent autotools.