From: W. Trevor King Date: Fri, 17 Aug 2012 10:47:05 +0000 (-0400) Subject: staging: usbip: userspace: allow `configure --with-tcp-wrappers` X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~863 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce591f76c79da49389091a2f62597c88b8a29374;p=pandora-kernel.git staging: usbip: userspace: allow `configure --with-tcp-wrappers` When `--with-tcp-wrappers` is passed to `configure`, the previous code always reset LIBS to $saved_LIBS, regardless of whether libwrap was found or not. The current code makes the `--with-tcp-wrappers` case look more like the default case, and it only resets LIBS if libwrap was not found. Signed-off-by: W. Trevor King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed