From f8e32980f4fab8d6cad5c9f95fab0d1828717cd2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 6 May 2011 18:35:06 +0200 Subject: s3:configure: add --enable-smbtorture4 switch --- source3/configure.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 82cd664165..24ce21a9b4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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 -- cgit