Skip to content

Commit

Permalink
Use ATR_analysis by default on GNU/Linux
Browse files Browse the repository at this point in the history
Thanks to Coelacanthus for the bug report
Closes: #82
  • Loading branch information
LudovicRousseau committed Dec 29, 2023
1 parent cd92af4 commit ad61527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CPPFLAGS="$saved_CPPFLAGS"
# --enable-parser=foobar
AC_ARG_ENABLE(ATRparser,
AS_HELP_STRING([--enable-ATRparser=foobar], [pathname of the ATR parser to use]),
[ ATRparser="${enableval}" ], [ ATRparser="no" ] )
[ ATRparser="${enableval}" ], [ ATRparser="$ATR_PARSER" ] )
AS_IF([test "$ATRparser" != no],
[AC_DEFINE_UNQUOTED(ATR_PARSER, "$ATRparser", [ATR parser to use])])

Expand Down

0 comments on commit ad61527

Please sign in to comment.