mirror of https://github.com/OISF/suricata
build: use expanded localstatedir for #define
Use the expanded form of localstatedir in autoconf.h instead of the
unexpanded one, the difference being:
#define LOCAL_STATE_DIR "${prefix}/var"
and
#define LOCAL_STATE_DIR "/usr/local/var"
assuming default ./configure arguments.
Fixes commit b6a610df26
.
pull/12625/head
parent
ae00181736
commit
6fc617c652
Loading…
Reference in New Issue