Ticket #209 (defect)
Opened 10 months ago
config/sdl.m4 needs fix for cross-compilation
Status: new
| Reported by: | eb | Assigned to: | nobody |
|---|---|---|---|
| Priority: | normal | Milestone: | to-be-decided |
| Component: | gr-video-sdl | Version: | 3.1svn |
| Keywords: | Cc: | ||
sdl.m4 currently uses AC_TRY_RUN which is guaranteed not to work when cross-compiling. Rework it to use AC_TRY_LINK or something similar.
