From: Torgeir Lerkerod Date: Tue, 13 Jan 2009 21:15:37 +0000 (+0100) Subject: Fixed problemed showed on a number of systems on the buildfarm. X-Git-Tag: samba-4.0.0alpha6~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1ab0903a96e447f9abd93324ac06b8a559122bf;p=thirdparty%2Fsamba.git 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 --- 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<