summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-08 21:29:01 +0200
committerwm4 <wm4@nowhere>2013-07-08 21:29:01 +0200
commit7a71a2cc483d17bed94408d5aee6fba6893558cb (patch)
tree4027a608eeb3358754d07c4ee0197ab880c026a9
parentc460258f5a85d8d65261b524f23a3608185e58e4 (diff)
downloadmpv-7a71a2cc483d17bed94408d5aee6fba6893558cb.tar.bz2
mpv-7a71a2cc483d17bed94408d5aee6fba6893558cb.tar.xz
configure: fix oversight in log message
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3168202f73..f84cff678d 100755
--- a/configure
+++ b/configure
@@ -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"