aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2018-04-13 17:41:20 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-15 05:34:08 +0000
commit0d31ec328f2c523cfc4655f1674a5f0eae80923f (patch)
tree5e4f3bd287c01af8baeb65dc4d1286a9d126db8a /cmakeconfig.h.in
parent08c234445855bdc038912b943499511fd97e0d91 (diff)
Check for HAVE_LZ4FRAME_H in the LZ4 detection process and use it
Change-Id: I919621b8c4c809eb181d563251eeb099b767ad82 Reviewed-on: https://code.wireshark.org/review/26940 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Jörg Mayer <jmayer@loplof.de> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 566bfc9d34..d3881196a1 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -134,6 +134,9 @@
/* Define to use lz4 library */
#cmakedefine HAVE_LZ4 1
+/* Check for lz4frame */
+#cmakedefine HAVE_LZ4FRAME_H 1
+
/* Define to use snappy library */
#cmakedefine HAVE_SNAPPY 1