]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure.ac: handle undefined LEVEL1_DCACHE_LINESIZE
authorSascha Steinbiss <satta@debian.org>
Sat, 30 Apr 2022 12:20:38 +0000 (14:20 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 3 May 2022 09:16:07 +0000 (11:16 +0200)
commitaf745e4cc4cb666fcb9415439ae52a1cfe28beef
treeea1a02919443381fed05f88fab978ddda2fb5fcf
parentd7999563486c82f60a101ccb5857c70aa932522e
configure.ac: handle undefined LEVEL1_DCACHE_LINESIZE

On some platforms (riscv64, s390x) this value is "undefined" as returned
from getconf. We also need to handle this to avoid using the string
"undefined" blindly in further #defines.
configure.ac