Second try at the neew config option.
This commit is contained in:
parent
6e896934f1
commit
516c7af098
1 changed files with 3 additions and 3 deletions
|
@ -270,10 +270,10 @@ fi
|
|||
|
||||
AC_ARG_ENABLE([raw-sockets],
|
||||
AS_HELP_STRING([--enable-raw-sockets], [use raw receiving sockets in the multiplayer network layer rather than the SDL_net facilities]),
|
||||
[raw-sockets=$enableval],
|
||||
[raw-sockets=no])
|
||||
[raw_sockets=$enableval],
|
||||
[raw_sockets=no])
|
||||
|
||||
if test "x$raw-sockets" = "xyes"
|
||||
if test "x$raw_sockets" = "xyes"
|
||||
then
|
||||
CPPFLAGS="$CPPFLAGS -DNETWORK_USE_RAW_SOCKETS"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue