diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-19 18:05:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-19 18:05:09 +0100 |
commit | ab915504aaa40cebe5fa09a47b2ae46f7f9f334a (patch) | |
tree | 5faa5e1d38fd6359e5f832bbe60e878fe9284e12 /source4/build/m4 | |
parent | 95b294f75b05b31cace3818b85b5bf1b8d4722f2 (diff) | |
parent | 5233e43ec7e96afb905f026309b0894178c96499 (diff) | |
download | samba-ab915504aaa40cebe5fa09a47b2ae46f7f9f334a.tar.gz samba-ab915504aaa40cebe5fa09a47b2ae46f7f9f334a.tar.bz2 samba-ab915504aaa40cebe5fa09a47b2ae46f7f9f334a.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit 02cb396d42976efc03fcb0082e914eb17ae72e11)
Diffstat (limited to 'source4/build/m4')
-rw-r--r-- | source4/build/m4/check_path.m4 | 2 |
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]) |