From: Dominik Paulus Date: Thu, 19 Sep 2013 12:47:41 +0000 (+0200) Subject: staging: usbip: Fix build with --with-tcp-wrappers X-Git-Tag: v3.13-rc1~170^2~628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82bd3f1ba0e7f898efad08213b68e43085c29e2f;p=kernel%2Fkernel-generic.git staging: usbip: Fix build with --with-tcp-wrappers With --with-tcp-wrappers=no specified, the build system reset LIBS to the empty string and thus fails to link against libsysfs. Signed-off-by: Dominik Paulus Signed-off-by: Tobias Polzer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/usbip/userspace/configure.ac b/drivers/staging/usbip/userspace/configure.ac index 2be4060..0ee5d92 100644 --- a/drivers/staging/usbip/userspace/configure.ac +++ b/drivers/staging/usbip/userspace/configure.ac @@ -70,7 +70,6 @@ AC_ARG_WITH([tcp-wrappers], [AC_MSG_RESULT([not found]); exit 1]) else AC_MSG_RESULT([no]); - LIBS="$saved_LIBS" fi], dnl [ACTION-IF-NOT-GIVEN] [AC_MSG_RESULT([(default)])