mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
whoops
This commit is contained in:
parent
5424ab9629
commit
aeab4ed7a5
2
configure
vendored
2
configure
vendored
@ -7715,7 +7715,7 @@ $as_echo "#define C_DIRECTLPT 1" >>confdefs.h
|
||||
|
||||
|
||||
# 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"
|
||||
$as_echo "#define C_SDL_NET 1" >>confdefs.h
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user