Skip to content

Commit

Permalink
After a bazillion tests, make the Debian-5-year-outdated-and-buggy au…
Browse files Browse the repository at this point in the history
…totools happy with some weird m4 syntax and hope it will not fail on a much more recent autolol suite.
  • Loading branch information
smortex committed Jul 31, 2010
1 parent b60d045 commit d77c252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/libnfc_drivers.m4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_DEFUN([LIBNFC_ARG_WITH_DRIVERS],
[
AC_MSG_CHECKING(which drivers to build)
AC_ARG_WITH(drivers,
AC_HELP_STRING([[[--with-drivers=driver@<:@,driver...@:>@]]], [Only use specific drivers (default set)]),
AC_HELP_STRING([--with-drivers=driver@<:@[[[,]]]driver...@:>@], [Only use specific drivers (default set)]),
[ case "${withval}" in
yes | no)
dnl ignore calls without any arguments
Expand Down

0 comments on commit d77c252

Please sign in to comment.