summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-19 16:49:58 +0100
committerMichael Adam <obnox@samba.org>2008-02-19 16:50:13 +0100
commitc05b9ef58a79b09a1f9b6332bf2989af6db8ee26 (patch)
tree387bf5b89dc83809e2e061d6f9bef657331a2b6d /source4/build
parentc65cded541ff123ee6d126f757f541961e9ad717 (diff)
downloadsamba-c05b9ef58a79b09a1f9b6332bf2989af6db8ee26.tar.gz
samba-c05b9ef58a79b09a1f9b6332bf2989af6db8ee26.tar.bz2
samba-c05b9ef58a79b09a1f9b6332bf2989af6db8ee26.zip
Fix a typo.
Michael (This used to be commit 39499a3346b49a3c50cb1ebb1393a62c614cf056)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/check_path.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index 1dacd956ea..08a858ebb2 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -132,7 +132,7 @@ AC_SUBST(modulesdir)
selftest_prefix="./st"
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])