git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3678a98
)
Automatically enable merged build (for more complete 'make test') when possible durin...
author
Jelmer Vernooij
<jelmer@samba.org>
Tue, 21 Oct 2008 14:04:54 +0000
(16:04 +0200)
committer
Jelmer Vernooij
<jelmer@samba.org>
Tue, 21 Oct 2008 14:04:54 +0000
(16:04 +0200)
source3/configure.in
patch
|
blob
|
history
diff --git
a/source3/configure.in
b/source3/configure.in
index a97d535c77ded6b0b436945ac0ccb832a9d66b46..cd849349c082f8b7ab9c1941beb776cf84d4ce47 100644
(file)
--- a/
source3/configure.in
+++ b/
source3/configure.in
@@
-6236,7
+6236,10
@@
if test x$enable_merged_build = xauto; then
AC_MSG_CHECKING([whether it would be possible to do a merged build])
AC_MSG_RESULT([$merged_build_possible])
- dnl FIXME: enable_merged_build=$merged_build_possible
+ # Enable merged build automatically if possible, when in developer mode
+ if test "x$developer" = xyes; then
+ enable_merged_build=$merged_build_possible
+ fi
fi
if test x$enable_merged_build = xyes; then