diff options
author | jyrki <jyrki@google.com> | 2017-05-09 07:41:36 -0700 |
---|---|---|
committer | Victor Costan <pwnall@chromium.org> | 2017-06-05 13:54:10 -0700 |
commit | 83179dd8be390bb904882e34143d44551f475be0 (patch) | |
tree | 14ed14aaf16770e6ba869840e1f651c6ca5fc36d /cmake | |
parent | c8131680d018bad83a0b0b2e2f6e49a37593c550 (diff) | |
download | snappy-83179dd8be390bb904882e34143d44551f475be0.tar.gz snappy-83179dd8be390bb904882e34143d44551f475be0.tar.bz2 snappy-83179dd8be390bb904882e34143d44551f475be0.zip |
Remove quicklz and lzf support in benchmarks.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in index 757d031..29fad3c 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -25,15 +25,9 @@ /* Define to 1 if you have the `fastlz' library (-lfastlz). */ #cmakedefine HAVE_LIBFASTLZ ${HAVE_LIBFASTLZ} -/* Define to 1 if you have the `lzf' library (-llzf). */ -#cmakedefine HAVE_LIBLZF ${HAVE_LIBLZF} - /* Define to 1 if you have the `lzo2' library (-llzo2). */ #cmakedefine HAVE_LIBLZO2 ${HAVE_LIBLZO2} -/* Define to 1 if you have the `quicklz' library (-lquicklz). */ -#cmakedefine HAVE_LIBQUICKLZ ${HAVE_LIBQUICKLZ} - /* Define to 1 if you have the `z' library (-lz). */ #cmakedefine HAVE_LIBZ ${HAVE_LIBZ} |