summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-11-05 15:16:11 +0100
committerMichael Adam <obnox@samba.org>2007-11-05 15:16:11 +0100
commit8f13ba45686f0f8c3415143246fba44e81fe8a73 (patch)
treeda63781ba6b8db873579085bcc5fa4879267069d /source3
parent515722c25957480307a728c689bc43554cd6c13d (diff)
downloadsamba-8f13ba45686f0f8c3415143246fba44e81fe8a73.tar.gz
samba-8f13ba45686f0f8c3415143246fba44e81fe8a73.tar.bz2
samba-8f13ba45686f0f8c3415143246fba44e81fe8a73.zip
Fix a typo.
Michael (This used to be commit 5721a511d8dd327717bcd9c2053c4bd08f01185c)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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])