configure: Fix libzbc detection on SUSE Linux
authorBart Van Assche <bvanassche@acm.org>
Mon, 13 Jun 2022 23:27:08 +0000 (16:27 -0700)
committerBart Van Assche <bvanassche@acm.org>
Mon, 13 Jun 2022 23:44:10 +0000 (16:44 -0700)
commit67ff4de3950daabcb0c4e14d273bb51075487285
tree7353ccf6c742eb1bd3c02a953b6a287ef5a37582
parente9aab3c9c90222cc478dfa86860322690af74309
configure: Fix libzbc detection on SUSE Linux

The path of the libzbc header file is /usr/include/libzbc/libzbc/zbc.h
instead of /usr/include/libzbc/zbc.h on SUSE Linux systems. Add support
for the SUSE libzbc include path.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
configure