configure.ac: Fix typo in bz2 check

https://bugzilla.gnome.org/show_bug.cgi?id=720532
This commit is contained in:
Aurélien Zanelli 2013-12-16 11:14:29 +01:00 committed by Sebastian Dröge
parent 2ce2017650
commit 588b0e342b

View file

@ -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)
])