mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-08-01 00:21:50 +00:00
Fix indent after last commit.
This commit is contained in:
@@ -119,10 +119,10 @@ if test "x$enable_libusb" = "xyes"; then
|
|||||||
if test x"$PKG_CONFIG" != "x"; then
|
if test x"$PKG_CONFIG" != "x"; then
|
||||||
PKG_CHECK_MODULES([LIBUSB], [libusb], [WITH_USB=1], [WITH_USB=0])
|
PKG_CHECK_MODULES([LIBUSB], [libusb], [WITH_USB=1], [WITH_USB=0])
|
||||||
if test x"$WITH_USB" = "x1"; then
|
if test x"$WITH_USB" = "x1"; then
|
||||||
if test x"$PKG_CONFIG_REQUIRES" != x""; then
|
if test x"$PKG_CONFIG_REQUIRES" != x""; then
|
||||||
PKG_CONFIG_REQUIRES="$PKG_CONFIG_REQUIRES,"
|
PKG_CONFIG_REQUIRES="$PKG_CONFIG_REQUIRES,"
|
||||||
fi
|
fi
|
||||||
PKG_CONFIG_REQUIRES="$PKG_CONFIG_REQUIRES libusb"
|
PKG_CONFIG_REQUIRES="$PKG_CONFIG_REQUIRES libusb"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user