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:03:29 +0000 (16:03 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=720532

configure.ac

index 4c8d9e208356f4200d8b2b59d50f418673702832..97d045346fcdb93bbb80b2192fc86ed1925e477e 100644 (file)
@@ -1089,7 +1089,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)
 
 ])