1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s3:configure: add --enable-smbtorture4 switch

This commit is contained in:
Michael Adam 2011-05-06 18:35:06 +02:00
parent d31181214c
commit f8e32980f4

View File

@ -196,7 +196,14 @@ AC_ARG_WITH(profiling-data,
)
dnl Checks for programs.
smbtorture4_possible=yes
AC_ARG_ENABLE(smbtorture4,
[AS_HELP_STRING([--enable-smbtorture4], [Enable building smbtorture4 (default=auto)])])
if test x$enable_smbtorture4 != xno; then
smbtorture4_possible=yes
else
smbtorture4_possible=no
fi
AC_PROG_INSTALL
AC_PROG_AWK