mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
configure.ac: Fix typo in bz2 check
https://bugzilla.gnome.org/show_bug.cgi?id=720532
This commit is contained in:
parent
2ce2017650
commit
588b0e342b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue