Re: [Mesa-dev] [PATCH] configure.ac: make judgement logic cleaner

2018-11-05 Thread Zhaowei YUan
Can anyone review this patch? On 10/29/18 3:08 PM, Zhaowei Yuan wrote: > The purpose of judegment here is to output error message > and abort configure procedure if gbm is not enabled, the > original statement makes it work, however, its logic is > not clear and easy to make people confused. > >

[Mesa-dev] [PATCH] configure.ac: make judgement logic cleaner

2018-10-29 Thread Zhaowei Yuan
The purpose of judegment here is to output error message and abort configure procedure if gbm is not enabled, the original statement makes it work, however, its logic is not clear and easy to make people confused. Signed-off-by: Zhaowei Yuan --- configure.ac | 3 ++- 1 file changed, 2 insertions