kopia lustrzana https://gitlab.com/sane-project/backends
Adjusted test for sparc64 to disable SCSI generic v3.
rodzic
00cf6a6a13
commit
317e28ab74
|
@ -1,3 +1,8 @@
|
|||
2003-01-21 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* configure configure.in: Adjusted test for sparc64 to disable
|
||||
SCSI generic v3.
|
||||
|
||||
2003-01-20 Karl Heinz Kremer <khk@khk.net>
|
||||
|
||||
* doc/descriptions/epson.desc: Replace :new with :alpha
|
||||
|
|
|
@ -8284,7 +8284,7 @@ fi
|
|||
fi
|
||||
fi
|
||||
|
||||
if test "`uname`" = "sparc64" ; then
|
||||
if sparc64 -q > /dev/null 2>&1 ; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define DISABLE_LINUX_SG_IO 1
|
||||
|
|
|
@ -203,7 +203,7 @@ if test "${ac_cv_header_usb_h}" = "yes" ; then
|
|||
fi
|
||||
|
||||
dnl disable Linux SCSI generic version 3 to avoid 32/64 bit problems
|
||||
if test "`uname`" = "sparc64" ; then
|
||||
if sparc64 -q > /dev/null 2>&1 ; then
|
||||
AC_DEFINE(DISABLE_LINUX_SG_IO, 1, [Should we disable SCSI generic v3?])
|
||||
fi
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue