Re: [Mesa-dev] [PATCH] automake: enable libunwind in `make distcheck'

2017-09-13 Thread Matt Turner
On 09/11, Emil Velikov wrote: From: Emil Velikov Enable the toggle to catch when the library is missing from the link path. Better to test, fail and address before releasing Mesa ;-) Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Emil Velikov --- Yes, please! Reviewed-by: Matt Turner

[Mesa-dev] [PATCH] automake: enable libunwind in `make distcheck'

2017-09-11 Thread Emil Velikov
From: Emil Velikov Enable the toggle to catch when the library is missing from the link path. Better to test, fail and address before releasing Mesa ;-) Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Emil Velikov --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefil