mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
whoops
This commit is contained in:
@@ -523,7 +523,7 @@ AH_TEMPLATE(C_MODEM,[Define to 1 to enable internal modem support, requires SDL_
|
||||
AH_TEMPLATE(C_IPX,[Define to 1 to enable IPX over Internet networking, requires SDL_net])
|
||||
|
||||
# HACK: Don't enable SDL2 net if SDL2
|
||||
if test -n "$SDL2_LIBS"; then
|
||||
if test -z "$SDL2_LIBS"; then
|
||||
if test x$have_sdl_net_lib = xyes -a x$have_sdl_net_h = xyes ; then
|
||||
LIBS="$LIBS -lSDL_net"
|
||||
AC_DEFINE(C_SDL_NET,1)
|
||||
|
Reference in New Issue
Block a user