Re: [Mesa-dev] [PATCH] configure: remove unneeded bits around libunwind handling

2017-05-11 Thread Eric Engestrom
On Monday, 2017-05-08 18:02:08 +0100, Emil Velikov wrote: > From: Emil Velikov > > If libunwind is not found we'll fail at PKG_CHECK_MODULES, so the > follow-up check won't be reached. Additionally the AM_CONDITIONAL is not > used, so we can drop it. > > Fixes: 3bcef6aa245 ("configure.ac: honour

[Mesa-dev] [PATCH] configure: remove unneeded bits around libunwind handling

2017-05-08 Thread Emil Velikov
From: Emil Velikov If libunwind is not found we'll fail at PKG_CHECK_MODULES, so the follow-up check won't be reached. Additionally the AM_CONDITIONAL is not used, so we can drop it. Fixes: 3bcef6aa245 ("configure.ac: honour --disable-libunwind if the .pc file is present") Signed-off-by: Emil V