comparison 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
comparison
equal deleted inserted replaced
9488:abe81caa8cc1 9489:acab62e4e026
2110 int main(void) { return 0; } 2110 int main(void) { return 0; }
2111 EOF 2111 EOF
2112 _hpux_scsi_h=no 2112 _hpux_scsi_h=no
2113 cc_check && _hpux_scsi_h=yes 2113 cc_check && _hpux_scsi_h=yes
2114 if test "$_hpux_scsi_h" = yes ; then 2114 if test "$_hpux_scsi_h" = yes ; then
2115 _def_hpux_scsi_h='#define HPUX_SCTL 1' 2115 _def_hpux_scsi_h='#define HPUX_SCTL_IO 1'
2116 else 2116 else
2117 _def_hpux_scsi_h='#undef HPUX_SCTL' 2117 _def_hpux_scsi_h='#undef HPUX_SCTL_IO'
2118 fi 2118 fi
2119 echores "$_hpux_scsi_h" 2119 echores "$_hpux_scsi_h"
2120 2120
2121 2121
2122 echocheck "userspace SCSI headers (Solaris)" 2122 echocheck "userspace SCSI headers (Solaris)"