summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-11-23 08:54:01 +0100
committerDiego Biurrun <diego@biurrun.de>2016-11-25 16:44:57 +0100
commit04698d528cac334b6b5cabd3384f01406a766285 (patch)
treee9cbf0f207f7e2e4aa4219240e5a23f3ff002d57
parent30f0d1b997f15d667c05feab0b54f0b2814ba7a9 (diff)
configure: Use correct variable name in libsnappy test
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 78f1cac81c..f204dc28d5 100755
--- a/configure
+++ b/configure
@@ -4653,7 +4653,7 @@ enabled libopus && require_pkg_config opus opus_multistream.h opus_mul
enabled libpulse && require_pkg_config libpulse-simple pulse/simple.h pa_simple_new
enabled librtmp && require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
enabled libschroedinger && require_pkg_config schroedinger-1.0 schroedinger/schro.h schro_init
-enabled libsnappy && require snappy snappy-c.h snappy_compress -lsnappy
+enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy
enabled libspeex && require_pkg_config speex speex/speex.h speex_decoder_init -lspeex
enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
enabled libtwolame && require libtwolame twolame.h twolame_init -ltwolame