summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorTorgeir Lerkerod <Torgeir.Lerkerod@gmail.com>2009-01-13 22:15:37 +0100
committerAndrew Bartlett <abartlet@samba.org>2009-01-14 15:06:39 +1100
commite1ab0903a96e447f9abd93324ac06b8a559122bf (patch)
treea6864e04b3e9556dc8cbfe07a93222c49de47251 /source4/build
parent58b680446f5fe03434dc914db89fbba5b6152201 (diff)
downloadsamba-e1ab0903a96e447f9abd93324ac06b8a559122bf.tar.gz
samba-e1ab0903a96e447f9abd93324ac06b8a559122bf.tar.bz2
samba-e1ab0903a96e447f9abd93324ac06b8a559122bf.zip
Fixed problemed showed on a number of systems on the buildfarm.
Problem shows up as perl error related to config.pm in reality this was related to the ECHO_C variable. Added test to skip that variable as no perl module is using it. Torgeir Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/public.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4
index e51a8ac146..a2b46a5287 100644
--- a/source4/build/m4/public.m4
+++ b/source4/build/m4/public.m4
@@ -202,7 +202,10 @@ CEOF
for ac_var in $ac_subst_vars
do
eval ac_val=\$$ac_var
- echo "$ac_var => '$ac_val'," >> $1
+ if test "$ac_var" != "ECHO_C"
+ then
+ echo "$ac_var => '$ac_val'," >> $1
+ fi
done
cat >>$1<<CEOF