Commit b26b4d62 authored by James Almer's avatar James Almer

Merge commit '04698d52'

* commit '04698d52':
  configure: Use correct variable name in libsnappy test
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 743eae3c 04698d52
......@@ -5819,7 +5819,7 @@ enabled libschroedinger && require_pkg_config schroedinger-1.0 schroedinger/sc
enabled libshine && require_pkg_config shine shine/layer3.h shine_encode_buffer
enabled libsmbclient && { use_pkg_config smbclient libsmbclient.h smbc_init ||
require smbclient libsmbclient.h smbc_init -lsmbclient; }
enabled libsnappy && require snappy snappy-c.h snappy_compress -lsnappy
enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy
enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr && LIBSOXR="-lsoxr"
enabled libssh && require_pkg_config libssh libssh/sftp.h sftp_init
enabled libspeex && require_pkg_config speex speex/speex.h speex_decoder_init -lspeex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment