From 1d3cce14f115f4956064753212909525d7e94d5c Mon Sep 17 00:00:00 2001 From: wrathematics Date: Sat, 30 Oct 2021 14:50:09 -0400 Subject: [PATCH] fix weird configure warning --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9ac1b4e..b18b3f4 100644 --- a/configure.ac +++ b/configure.ac @@ -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"] )