summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-23 20:31:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-23 20:31:59 +0000
commitcd302b26623ac64bf94c8d5311484c3eb85ab7ee (patch)
treec739a21365a20c44949b28365191063efe6e3e98 /configure
parent4cb68506db668b56b38cae075462e7ae8442f2e1 (diff)
downloadmpv-cd302b26623ac64bf94c8d5311484c3eb85ab7ee.tar.bz2
mpv-cd302b26623ac64bf94c8d5311484c3eb85ab7ee.tar.xz
HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9490 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 91e02fcca0..6c03287c26 100755
--- a/configure
+++ b/configure
@@ -2112,9 +2112,9 @@ EOF
_hpux_scsi_h=no
cc_check && _hpux_scsi_h=yes
if test "$_hpux_scsi_h" = yes ; then
- _def_hpux_scsi_h='#define HPUX_SCTL 1'
+ _def_hpux_scsi_h='#define HPUX_SCTL_IO 1'
else
- _def_hpux_scsi_h='#undef HPUX_SCTL'
+ _def_hpux_scsi_h='#undef HPUX_SCTL_IO'
fi
echores "$_hpux_scsi_h"