390991
diff -urNp old/configure.ac new/configure.ac
390991
--- old/configure.ac	2017-02-02 14:20:33.230784269 +0100
390991
+++ new/configure.ac	2017-02-02 14:22:53.528510336 +0100
390991
@@ -63,7 +63,7 @@ xenable_intf_imb=yes
390991
 xenable_intf_lipmi=yes
390991
 xenable_intf_open=yes
390991
 #xenable_intf_serial=yes
390991
-xenable_intf_usb=no
390991
+xenable_intf_usb=yes
390991
 xenable_ipmishell=yes
390991
 
390991
 dnl set some things so we build with GNU tools on Solaris
390991
@@ -209,7 +209,7 @@ fi
390991
 dnl enable IPMI USB interface
390991
 AC_ARG_ENABLE([intf-usb],
390991
 	[AC_HELP_STRING([--enable-intf-usb],
390991
-			[enable IPMI USB interface [default=auto]])],
390991
+			[enable IPMI USB interface [default=yes]])],
390991
 		[xenable_intf_usb=$enableval],
390991
 		[xenable_intf_usb=$xenable_intf_usb])
390991
 if test "x$xenable_intf_usb" = "xstatic" || test "x$xenable_intf_usb" = "xplugin"; then