Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 1, 2011
1 parent 35188bf commit 200487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/libnfc_check_libusb.m4
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AC_DEFUN([LIBNFC_CHECK_LIBUSB],
AC_ARG_WITH([libusb-win32],
[AS_HELP_STRING([--with-libusb-win32], [use libusb-win32 from the following location])],
[LIBUSB_WIN32_DIR=$withval],
[LIBUSBWIN32_DIR=""])
[LIBUSB_WIN32_DIR=""])
# --with-libusb-win32 directory have been set
if test "x$LIBUSB_WIN32_DIR" != "x"; then
Expand Down

0 comments on commit 200487d

Please sign in to comment.