cebix / macemu

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

Fix link error due to missing X11 libraries (fixes #152). #156

Closed dcoshea closed 6 years ago

dcoshea commented 6 years ago

c18d6fa removed a space from BasiliskII/src/Unix/configure.ac, which caused "configure" to fail to properly determine the correct set of libraries to link against when using X11, which caused linking to fail. This fix restores the missing space.