summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@parrot.com>2013-12-16 11:14:29 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-12-16 16:02:30 +0100
commit588b0e342b96eb6f9086d50adf9a696989e4ea40 (patch)
tree50c213f9b6463352331ca22fe82c37b19d642590 /configure.ac
parent2ce2017650bed25e1b090933b79b845276023964 (diff)
downloadgstreamer-plugins-bad-588b0e342b96eb6f9086d50adf9a696989e4ea40.tar.gz
configure.ac: Fix typo in bz2 check
https://bugzilla.gnome.org/show_bug.cgi?id=720532
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a99b0c71f..29dfb38a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1096,7 +1096,7 @@ AG_GST_CHECK_FEATURE(BZ2, [bz2 library], bz2, [
if test "x$HAVE_BZ2" = "xyes"; then
BZ2_LIBS="-lbz2"
fi
- AC_SUBST(BZ2_LIBS):w
+ AC_SUBST(BZ2_LIBS)
])