summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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"