Skip to content

Commit

Permalink
fix weird configure warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathematics committed Oct 30, 2021
1 parent b0aa9a4 commit 1d3cce1
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 @@ -5,7 +5,7 @@ m4_include([tools/ax_gcc_x86_cpu_supports.m4])


AC_ARG_ENABLE(vec,
AC_HELP_STRING([--enable-vec], [Enable vectorized optimizations.]),
AS_HELP_STRING([--enable-vec],[Enable vectorized optimizations.]),
[USE_VEC="yes"], [USE_VEC="no"]
)

Expand Down

0 comments on commit 1d3cce1

Please sign in to comment.