comparison configure @ 16832:6196b2d0448a

Add a comment to an esac where the case is very far away.
author diego
date Sun, 23 Oct 2005 13:13:12 +0000
parents 14185247b041
children df868a664d0c
comparison
equal deleted inserted replaced
16831:14185247b041 16832:6196b2d0448a
1324 *) 1324 *)
1325 echo "The architecture of your CPU ($host_arch) is not supported by this configure script" 1325 echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
1326 echo "It seems nobody has ported MPlayer to your OS or CPU type yet." 1326 echo "It seems nobody has ported MPlayer to your OS or CPU type yet."
1327 die "unsupported architecture $host_arch" 1327 die "unsupported architecture $host_arch"
1328 ;; 1328 ;;
1329 esac 1329 esac # case "$host_arch" in
1330 1330
1331 if test "$_runtime_cpudetection" = yes ; then 1331 if test "$_runtime_cpudetection" = yes ; then
1332 if x86; then 1332 if x86; then
1333 _mmx=yes 1333 _mmx=yes
1334 _3dnow=yes 1334 _3dnow=yes