configure.ac: honour --disable-libunwind if the .pc file is present
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 13 Apr 2017 18:47:17 +0000 (19:47 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 17 Apr 2017 11:05:10 +0000 (12:05 +0100)
commit3bcef6aa245e269ee6ea3ef347148553e80e6df0
treef67917149e78d6ee5b0d5725caaf4bb5a9febcf9
parent39c3482205eb76044661a5717ddae5c674bb59c7
configure.ac: honour --disable-libunwind if the .pc file is present

We should check the presence in order to determine if we should
[implicitly] set the CFLAGS/LIBS

v2: Drop spurious OMX hunk (Eric)

Cc: Eric Anholt <eric@anholt.net>
Reported-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac