summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-04-06 10:09:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:21 -0500
commit6c0daa4bdeb50b42442964fd20626452dcc1b7d8 (patch)
tree2bd9979b65842af2e8374f039e3ff17e38d54b47 /source4/configure.in
parentee2fb760af2fdc58ab6859ebdee0896ca16c89a8 (diff)
downloadsamba-6c0daa4bdeb50b42442964fd20626452dcc1b7d8.tar.gz
samba-6c0daa4bdeb50b42442964fd20626452dcc1b7d8.tar.bz2
samba-6c0daa4bdeb50b42442964fd20626452dcc1b7d8.zip
r14944: pass any error of build/smb_build/main.pl to the caller of ./config.status
metze (This used to be commit 977df5f44303b1b80474386a437dd95e62308458)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in
index 84b40cb7bf..67ee8d8a41 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -111,7 +111,7 @@ $SMB_INFO_LIBRARIES
CEOF
AC_OUTPUT_COMMANDS(
-[$PERL -I${builddir} -I${srcdir} -I${srcdir}/build ${srcdir}/build/smb_build/main.pl],[
+[$PERL -I${builddir} -I${srcdir} -I${srcdir}/build ${srcdir}/build/smb_build/main.pl || exit $?],[
PERL="$PERL";export PERL;export srcdir; export builddir;
])
AC_OUTPUT