summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-24 13:37:35 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-24 13:37:35 +0000
commit92a938dd17263d9a6fedd2a917cdaf9e3ac36920 (patch)
tree732a5ed4f2a9c30b572f7a48b91664007dbeb718 /configure
parentafb80e95a7b33dfd5b17788bfff4f5fbf5aca423 (diff)
downloadmpv-92a938dd17263d9a6fedd2a917cdaf9e3ac36920.tar.bz2
mpv-92a938dd17263d9a6fedd2a917cdaf9e3ac36920.tar.xz
_def_enca should always be set to something! And preferrably correctly..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13747 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8f81519f4f..2c00d023b4 100755
--- a/configure
+++ b/configure
@@ -4867,13 +4867,13 @@ int main()
EOF
_enca=no
cc_check -lenca && _enca=yes
+fi
if test "$_enca" = yes ; then
_def_enca='#define HAVE_ENCA 1'
_ld_enca='-lenca'
else
_def_enca='#undef HAVE_ENCA'
fi
-fi
echores "$_enca"