From 1ddf5ba1afcb36d5c59f21419f9a76f0fd71949c Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 19 Jan 2006 23:02:42 +0000
Subject: [PATCH] typo

Originally committed as revision 4870 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 154f62bb6e0..7757f60dc58 100755
--- a/configure
+++ b/configure
@@ -1285,7 +1285,7 @@ echo "pp support       $pp"
 echo "debug symbols    $debug"
 echo "strip symbols    $dostrip"
 echo "optimize         $optimize"
-echo "shared           $shared"
+echo "shared           $lshared"
 echo "video hooking    $vhook"
 echo "SDL support      $sdl"
 if test $sdl_too_old = "yes"; then
-- 
GitLab