mirror of https://github.com/mpv-player/mpv
configure: fix oversight in log message
This commit is contained in:
parent
c460258f5a
commit
7a71a2cc48
|
@ -2468,7 +2468,7 @@ if test "$_zlib" = yes ; then
|
||||||
def_zlib='#define CONFIG_ZLIB 1'
|
def_zlib='#define CONFIG_ZLIB 1'
|
||||||
libs_mplayer="$libs_mplayer -lz"
|
libs_mplayer="$libs_mplayer -lz"
|
||||||
else
|
else
|
||||||
die "Unable to find development files for libass."
|
die "Unable to find development files for zlib."
|
||||||
fi
|
fi
|
||||||
echores "$_zlib"
|
echores "$_zlib"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue