]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: fix llc detection on recent Debian
authorEric Leblond <eric@regit.org>
Tue, 5 Jan 2021 20:40:33 +0000 (21:40 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 9 Dec 2023 07:36:44 +0000 (08:36 +0100)
commit16fbfe1f6140e862afb18ce748ce40f132b14f9a
tree6d64d72ac7a19aeb11b198cca3651107b2935910
parent9602fe60ca32b1699d2e85071177e03b259c4364
configure: fix llc detection on recent Debian

Where clang --version was returning:

clang version 9.0.1-15+b1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

Newer version like clang-10 on Debian are returning:

Debian clang version 10.0.1-8+b1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

As a result the parsing was failing to determine which llc was
available on the system.

Ticket: #6598

(cherry picked from commit 37b1595c20959353ec438860dc5a49bcae227aa8)
configure.ac