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:
parent
c8a274c873
commit
f4bfc3a80e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user