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 <dominik.paulus@fau.de> Signed-off-by: Tobias Polzer <tobias.polzer@fau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6165cc517f
commit
82bd3f1ba0
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ AC_ARG_WITH([tcp-wrappers],
|
||||||
[AC_MSG_RESULT([not found]); exit 1])
|
[AC_MSG_RESULT([not found]); exit 1])
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no]);
|
AC_MSG_RESULT([no]);
|
||||||
LIBS="$saved_LIBS"
|
|
||||||
fi],
|
fi],
|
||||||
dnl [ACTION-IF-NOT-GIVEN]
|
dnl [ACTION-IF-NOT-GIVEN]
|
||||||
[AC_MSG_RESULT([(default)])
|
[AC_MSG_RESULT([(default)])
|
||||||
|
|
Loading…
Add table
Reference in a new issue