This commit is contained in:
Jonathan Campbell 2017-12-08 00:10:19 -08:00
parent 5424ab9629
commit aeab4ed7a5
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -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)