1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r9583: ensure that Samba was with with --enable-socket-wrapper for running 'make test'

(This used to be commit 019155e748d9e04150bae39676362b794c1b6043)
This commit is contained in:
Gerald Carter 2005-08-24 13:09:13 +00:00 committed by Gerald (Jerry) Carter
parent c3d30670d4
commit e2a5b7da6a

View File

@ -44,6 +44,19 @@ export PRIVATEDIR LIBDIR PIDDIR LOCKDIR TMPDIR LOGDIR
export SRCDIR SCRIPTDIR
export USERNAME PASSWORD
##
## verify that we were built with --enable-socket-wrapper
##
if test "x`smbd -b | grep SOCKET_WRAPPER`" == "x"; then
echo "***"
echo "*** You must include --enable-socket-wrapper when compiling Samba"
echo "*** in order to execute 'make test'. Exiting...."
echo "***"
exit 1
fi
##
## create the test directory layout
##