From: Valentina Manea Date: Sat, 8 Mar 2014 12:53:29 +0000 (+0200) Subject: staging: usbip: userspace: remove libsysfs flag and autoconf check X-Git-Tag: v3.15-rc1~139^2~458 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=23477ffdd008b4e9ddf0607a5f0f89c4a74b7192;p=~emulex%2Finfiniband.git staging: usbip: userspace: remove libsysfs flag and autoconf check libsysfs is now completely removed from USB/IP. Signed-off-by: Valentina Manea Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/usbip/userspace/configure.ac b/drivers/staging/usbip/userspace/configure.ac index a5193c6c73f..25bf160adcf 100644 --- a/drivers/staging/usbip/userspace/configure.ac +++ b/drivers/staging/usbip/userspace/configure.ac @@ -44,12 +44,6 @@ AC_FUNC_REALLOC AC_CHECK_FUNCS([memset mkdir regcomp socket strchr strerror strstr dnl strtoul]) -AC_CHECK_HEADER([sysfs/libsysfs.h], - [AC_CHECK_LIB([sysfs], [sysfs_open_directory_list], - [LIBS="$LIBS -lsysfs"], - [AC_MSG_ERROR([Missing sysfs2 library!])])], - [AC_MSG_ERROR([Missing /usr/include/sysfs/libsysfs.h])]) - AC_CHECK_HEADER([libudev.h], [AC_CHECK_LIB([udev], [udev_new], [LIBS="$LIBS -ludev"],