De-TAB-ify configure
No real changes, just remove the hard TABs.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -32133,7 +32133,7 @@ if test "x$ac_cv_lib_socket_inet_addr" = xyes; then :
|
||||
INET_LINK="socket"
|
||||
else
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lnetwork" >&5
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lnetwork" >&5
|
||||
$as_echo_n "checking for inet_addr in -lnetwork... " >&6; }
|
||||
if ${ac_cv_lib_network_inet_addr+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
|
@@ -4530,7 +4530,7 @@ AC_CHECK_FUNCS(inet_addr,
|
||||
AC_CHECK_LIB(socket, inet_addr,
|
||||
INET_LINK="socket",
|
||||
[
|
||||
AC_CHECK_LIB(network, inet_addr,
|
||||
AC_CHECK_LIB(network, inet_addr,
|
||||
INET_LINK="network"
|
||||
)
|
||||
]
|
||||
@@ -5579,7 +5579,7 @@ if test "$wxUSE_SOUND" = "yes"; then
|
||||
AC_DEFINE(wxUSE_LIBSDL)
|
||||
],
|
||||
[wxUSE_LIBSDL="no"])
|
||||
])
|
||||
])
|
||||
if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
|
||||
WITH_PLUGIN_SDL=1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user