summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-30 11:14:59 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-30 11:14:59 +0000
commitb69b402258c4dd302f9951d4c5dc410784c5d41a (patch)
treea7d43a94067e175d9641544ab14bf27005fa54ca /configure
parentb008c556589f525122b5ce6438328c183776a4d5 (diff)
downloadmpv-b69b402258c4dd302f9951d4c5dc410784c5d41a.tar.bz2
mpv-b69b402258c4dd302f9951d4c5dc410784c5d41a.tar.xz
Solaris /bin/sh does not like the extra ; in a "for var do ... done" loop
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1425 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d61ee4a772..bc4a822b60 100755
--- a/configure
+++ b/configure
@@ -193,7 +193,7 @@ fi
_as=auto
_x11=auto
-for ac_option; do
+for ac_option do
case "$ac_option" in
--target=*)
_target=`echo $ac_option | cut -d '=' -f 2`
@@ -949,7 +949,7 @@ $_cc $_extraincdir $_extralibdir -o $TMPO -lesd $TMPC 2> /dev/null || { _esd=no;
_prefix="/usr/local"
-for ac_option; do
+for ac_option do
case "$ac_option" in
--enable-profile)
_profile='-p'