configure.ac: Fix typo in bz2 check
authorAurélien Zanelli <aurelien.zanelli@parrot.com>
Mon, 16 Dec 2013 10:14:29 +0000 (11:14 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 16 Dec 2013 15:02:30 +0000 (16:02 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=720532

configure.ac

index a99b0c7..29dfb38 100644 (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)
 
 ])