1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

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 commit is contained in:
Andrew Tridgell 2005-05-16 03:04:58 +00:00 committed by Gerald (Jerry) Carter
parent c8a274c873
commit f4bfc3a80e

View File

@ -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