From 8f13ba45686f0f8c3415143246fba44e81fe8a73 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 5 Nov 2007 15:16:11 +0100 Subject: Fix a typo. Michael (This used to be commit 5721a511d8dd327717bcd9c2053c4bd08f01185c) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 1b282aed94..02ca8ac08b 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -393,7 +393,7 @@ AC_SUBST(SWAT_INSTALL_TARGETS) selftest_prefix="./" AC_SUBST(selftest_prefix) AC_ARG_WITH(selftest-prefix, -[ --with-selftest-prefix=DIR The prefix where make test will be runned ($selftest_prefix)], +[ --with-selftest-prefix=DIR The prefix where make test will be run ($selftest_prefix)], [ case "$withval" in yes|no) AC_MSG_WARN([--with-selftest-prefix called without argument - will use default]) -- cgit