mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-26 16:31:11 +00:00
check for WANT_SDL_VIDEO rather than WANT_SDL when deciding to use X11
This commit is contained in:
parent
cb42ef255b
commit
90c113c43b
@ -250,7 +250,7 @@ else
|
||||
fi
|
||||
|
||||
dnl We need X11, if not using SDL.
|
||||
if [[ "x$WANT_SDL" = "xno" ]]; then
|
||||
if [[ "x$WANT_SDL_VIDEO" = "xno" ]]; then
|
||||
AC_PATH_XTRA
|
||||
if [[ "x$no_x" = "xyes" ]]; then
|
||||
AC_MSG_ERROR([You need X11 to run Basilisk II.])
|
||||
|
Loading…
x
Reference in New Issue
Block a user