From 4d5471f1c634450020c4530f8d0c8dfcd7252fb3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 21 Aug 2012 08:16:24 +1000 Subject: build: Remove special case for the build farm Except in the formatting of the selftest output, this removes the special case of the build farm, so that an autobuild, a manual make test and the build farm are more similar. Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue Aug 21 06:39:04 CEST 2012 on sn-devel-104 --- lib/socket_wrapper/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/socket_wrapper') diff --git a/lib/socket_wrapper/config.m4 b/lib/socket_wrapper/config.m4 index e20333e3ed..ff6b67b277 100644 --- a/lib/socket_wrapper/config.m4 +++ b/lib/socket_wrapper/config.m4 @@ -4,7 +4,7 @@ AS_HELP_STRING([--enable-socket-wrapper], [Turn on socket wrapper library (defau DEFAULT_TEST_OPTIONS= HAVE_SOCKET_WRAPPER=no -if eval "test x$developer = xyes"; then +if eval "test x$developer = xyes -o x$selftest = xyes"; then enable_socket_wrapper=yes fi -- cgit