From cd302b26623ac64bf94c8d5311484c3eb85ab7ee Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 23 Feb 2003 20:31:59 +0000 Subject: HPUX DVD fix by Martin Gansser , checked by Arpi. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9490 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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" -- cgit v1.2.3