From e9b9881ec77f4171ebc8ce78905e1f1c3c9abe12 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 24 Mar 2007 19:29:55 +0000 Subject: Error out if the libavutil subdirectory is unavailable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22810 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2b4185adc2..c63d606485 100755 --- a/configure +++ b/configure @@ -6149,7 +6149,7 @@ if test "$_libavutil" = auto ; then if test -d libavutil ; then _libavutil=yes else - _libavutil=no + die "MPlayer will not compile without libavutil in the source tree." fi fi echores "$_libavutil" -- cgit v1.2.3