From bc6312f74d19a0e561acc186c2e185e140bd22c5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 16 May 2005 03:04:58 +0000 Subject: r6809: ifeq is not portable in make - jelmer, you'll need to find some other way of doing this if you want detection of socket wrapper :-) (This used to be commit f4bfc3a80e0986d48ea8f6ece5432732f5738f32) --- source4/build/smb_build/makefile.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source4') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index ed06e7265d..f9221879bf 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -154,13 +154,8 @@ test: @DEFAULT_TEST_TARGET@ test-swrap: all export SOCKET_WRAPPER_DIR=. -ifeq (@HAVE_SOCKET_WRAPPER@,yes) ./script/tests/selftest.sh `pwd`/prefix-test -else - echo "Socket wrapper not built in, unable to run test-swrap" - exit 1 -endif - + test-noswrap: all ./script/tests/selftest.sh `pwd`/prefix-test -- cgit