cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.38k stars 288 forks source link

Fix configure.ac so sheepshaver builds with sdl2 changes #219

Closed dblaber closed 3 years ago

dblaber commented 4 years ago

ENABLE_SDL1 must be set after commit https://github.com/cebix/macemu/commit/a46759990d33d7d1e2c7bac01459747d6180eb76 or else symbols in video_sdl.cpp(VideoExit(), VideoInit() etc) will not be available, when building sheepshaver with --enable-sdl-video. Sheepshaver and BasiliskII share the same SDL code, so this must be changed as well.

Closes https://github.com/cebix/macemu/issues/218

atsampson commented 4 years ago

I've included this as part of #220.

asvitkine commented 3 years ago

Merged as part of #220.