mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
@@ -40,8 +40,6 @@ AC_ARG_ENABLE(sdl2, [ --enable-sdl2 Enable SDL 2.x],
|
||||
fi
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(C_SDL2, [ test -n "$SDL2_CFLAGS" ])
|
||||
|
||||
AC_SUBST(SDL2_CFLAGS)
|
||||
AC_SUBST(SDL2_LIBS)
|
||||
])
|
||||
@@ -73,8 +71,6 @@ AC_ARG_ENABLE(sdl, [ --enable-sdl Enable SDL 1.x],
|
||||
AC_DEFINE(C_SDL1,1)
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(C_SDL1, [ test -n "$SDL_CFLAGS" ])
|
||||
|
||||
AC_SUBST(SDL_CFLAGS)
|
||||
AC_SUBST(SDL_LIBS)
|
||||
])
|
||||
|
Reference in New Issue
Block a user