https://bugs.kde.org/show_bug.cgi?id=208531

--- Comment #29 from Ed Maste <ema...@freebsd.org> ---
(In reply to Bart Van Assche from comment #16)
> -check_PROGRAMS = clreq simwork threads
> +check_PROGRAMS = clreq simwork
> +
> +if !VGCONF_PLATFORMS_INCLUDE_X86_FREEBSD
> +check_PROGRAMS += threads
> +endif

This is no longer in the patchset. tsan_unittest is disabled on FreeBSD in the
patch though:

+if !VGCONF_OS_IS_FREEBSD
+check_PROGRAMS += tsan_unittest
 endif

> And why has the change below been made ? As far as I can see $(EGREP)
> doesn't occur anywhere.
> 
> --- //depot/vendor/valgrind/configure.in.orig
> +++ //depot/vendor/valgrind/configure.in
> @@ -39,6 +39,7 @@
>  #         AC_SUBST([OBJCFLAGS])
>  #        ])
>  AC_PROG_RANLIB
> +AC_PROG_EGREP

Does it get used implicitly by AC_EGREP_CPP perhaps? I also see a ${EGREP} use
in setting xpg_present.

> And why has AC_PATH_PROG(SED, sed) been added ? AC_PROG_SED is already
> present in configure.in.

This one has been removed.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to