From d906e8cb000e95d9260d1833d3692c1c763e489a Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Thu, 13 Dec 2018 18:50:10 +0000 Subject: sg_format: add --dcrt used twice (FOV=1 DCRT=0); sg_pt_linux: uses sg v4 interface if sg driver >= 4.0.0 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@798 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index eb3e22e9..c9dbd4f4 100644 --- a/configure.ac +++ b/configure.ac @@ -128,6 +128,10 @@ AC_ARG_ENABLE([fast-lebe], AC_HELP_STRING([--disable-fast-lebe], [use generic little-endian/big-endian code instead]), [AC_DEFINE_UNQUOTED(IGNORE_FAST_LEBE, 1, [use generic little-endian/big-endian instead], )], []) +AC_ARG_ENABLE([linux-sgv4], + AC_HELP_STRING([--disable-linux-sgv4], [for Linux sg driver avoid v4 interface even if available]), + [AC_DEFINE_UNQUOTED(IGNORE_LINUX_SGV4, 1, [even if Linux sg v4 available, use v3 instead], )], []) + AC_OUTPUT(Makefile include/Makefile lib/Makefile src/Makefile doc/Makefile scripts/Makefile) -- cgit v1.2.3