Adjusted test for sparc64 to disable SCSI generic v3.

RELEASE_1_0_11_BRANCH
Henning Geinitz 2003-01-21 16:02:56 +00:00
rodzic 00cf6a6a13
commit 317e28ab74
3 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -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

2
configure vendored
Wyświetl plik

@ -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

Wyświetl plik

@ -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