diff configure @ 9489:acab62e4e026

HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi.
author diego
date Sun, 23 Feb 2003 20:31:59 +0000
parents c5c629a99d73
children 38857e700388
line wrap: on
line diff
--- a/configure	Sun Feb 23 19:18:28 2003 +0000
+++ b/configure	Sun Feb 23 20:31:59 2003 +0000
@@ -2112,9 +2112,9 @@
 _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"