From 606659d27cb9dc08ae78e120fcfeb28f0433e690 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Feb 2019 22:52:43 +0100 Subject: [PATCH] De-TAB-ify configure No real changes, just remove the hard TABs. --- configure | 2 +- configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 8a02696b71..e6ec44da26 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index eb780172d7..0d498f3ea9 100644 --- a/configure.in +++ b/configure.in @@ -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