configure: fix oversight in log message

This commit is contained in:
wm4 2013-07-08 21:29:01 +02:00
parent c460258f5a
commit 7a71a2cc48
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2468,7 +2468,7 @@ if test "$_zlib" = yes ; then
def_zlib='#define CONFIG_ZLIB 1'
libs_mplayer="$libs_mplayer -lz"
else
die "Unable to find development files for libass."
die "Unable to find development files for zlib."
fi
echores "$_zlib"