diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-21 08:16:24 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-21 06:39:04 +0200 |
commit | 4d5471f1c634450020c4530f8d0c8dfcd7252fb3 (patch) | |
tree | 21dd9b9cf67d96634eabbf62bce641996dfabe7f /source3/m4 | |
parent | 7cd4eb0ca69026031620cbe578cfd7216ea9ac6c (diff) | |
download | samba-4d5471f1c634450020c4530f8d0c8dfcd7252fb3.tar.gz samba-4d5471f1c634450020c4530f8d0c8dfcd7252fb3.tar.xz samba-4d5471f1c634450020c4530f8d0c8dfcd7252fb3.zip |
build: Remove special case for the build farm
Except in the formatting of the selftest output, this removes the special case
of the build farm, so that an autobuild, a manual make test and the build farm
are more similar.
Andrew Bartlett
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Aug 21 06:39:04 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/m4')
-rw-r--r-- | source3/m4/check_path.m4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4 index f0b98c9d53a..1932a33cc87 100644 --- a/source3/m4/check_path.m4 +++ b/source3/m4/check_path.m4 @@ -44,6 +44,14 @@ AC_ARG_ENABLE(developer, [AS_HELP_STRING([--enable-developer], [Turn on develope developer=yes fi]) +AC_SUBST(selftest) +selftest=no +AC_ARG_ENABLE(selftest, [AS_HELP_STRING([--enable-selftest], [Turn on selftest capability (default=no)])], + [if eval "test x$enable_selftest = xyes"; then + debug=yes + selftest=yes + fi]) + krb5developer=no AC_ARG_ENABLE(krb5developer, [AS_HELP_STRING([--enable-krb5developer], [Turn on developer warnings and debugging, except -Wstrict-prototypes (default=no)])], [if eval "test x$enable_krb5developer = xyes"; then |