summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--libmpdvdkit2/config.h2
2 files changed, 3 insertions, 3 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"
diff --git a/libmpdvdkit2/config.h b/libmpdvdkit2/config.h
index 7af55dc420..1520ef34e9 100644
--- a/libmpdvdkit2/config.h
+++ b/libmpdvdkit2/config.h
@@ -32,7 +32,7 @@
#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
/* HPUX SCSI headers. */
-#undef HPUX_SCTL
+#undef HPUX_SCTL_IO
/* Have userspace SCSI headers. */
#undef SOLARIS_USCSI