summaryrefslogtreecommitdiffstats
path: root/source/configure.in
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
commit5721a511d8dd327717bcd9c2053c4bd08f01185c (patch)
tree42435285d81fc6b10139bbe143c33ca5f3c4eb07 /source/configure.in
parent5bf02c6cdf6fc4596827755f7d659709adb0a7d6 (diff)
downloadsamba-5721a511d8dd327717bcd9c2053c4bd08f01185c.tar.gz
samba-5721a511d8dd327717bcd9c2053c4bd08f01185c.tar.xz
samba-5721a511d8dd327717bcd9c2053c4bd08f01185c.zip
Fix a typo.
Michael
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 1b282aed942..02ca8ac08bb 100644
--- a/source/configure.in
+++ b/source/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])