summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-23 13:13:12 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-23 13:13:12 +0000
commit935f3b33509f28fed3eb34f225d639cca17e6677 (patch)
tree62f03953214920afbc01a1b4d62a85e40f7671e2 /configure
parent76c7a0e9d78149ca4b9c4f8a65fe0f17245f86bf (diff)
downloadmpv-935f3b33509f28fed3eb34f225d639cca17e6677.tar.bz2
mpv-935f3b33509f28fed3eb34f225d639cca17e6677.tar.xz
Add a comment to an esac where the case is very far away.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16833 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 0d924ee9fb..3c7e3394a7 100755
--- a/configure
+++ b/configure
@@ -1326,7 +1326,7 @@ EOF
echo "It seems nobody has ported MPlayer to your OS or CPU type yet."
die "unsupported architecture $host_arch"
;;
-esac
+esac # case "$host_arch" in
if test "$_runtime_cpudetection" = yes ; then
if x86; then