summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e3fc0766fb..3168202f73 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
- def_zlib='#define CONFIG_ZLIB 0'
+ die "Unable to find development files for libass."
fi
echores "$_zlib"