From e1ab0903a96e447f9abd93324ac06b8a559122bf Mon Sep 17 00:00:00 2001 From: Torgeir Lerkerod Date: Tue, 13 Jan 2009 22:15:37 +0100 Subject: 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 Signed-off-by: Andrew Bartlett --- source4/build/m4/public.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4 index e51a8ac1464..a2b46a5287b 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<