svn commit: samba r6809 - in branches/SAMBA_4_0/source/build/smb_build: .

tridge at samba.org tridge at samba.org
Mon May 16 03:04:58 GMT 2005


Author: tridge
Date: 2005-05-16 03:04:58 +0000 (Mon, 16 May 2005)
New Revision: 6809

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6809

Log:
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 :-)

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-05-16 02:45:36 UTC (rev 6808)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-05-16 03:04:58 UTC (rev 6809)
@@ -154,13 +154,8 @@
 
 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
 



More information about the samba-cvs mailing list