From 03235d63686dac3b369fd5208c2bb1ef50c0dbb1 Mon Sep 17 00:00:00 2001 From: Julian Lenz Date: Fri, 25 Nov 2022 16:57:40 +0000 Subject: [PATCH] Fixed type in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a4ed469..04a3cdf4 100644 --- a/configure.ac +++ b/configure.ac @@ -838,7 +838,7 @@ AC_CONFIG_FILES(tests/lanczos/Makefile) AC_CONFIG_FILES(tests/smearing/Makefile) AC_CONFIG_FILES(tests/qdpxx/Makefile) AC_CONFIG_FILES(tests/testu01/Makefile) -AC_CONFIG_FILES(tests/Sp2n/Makefile) +AC_CONFIG_FILES(tests/sp2n/Makefile) AC_CONFIG_FILES(benchmarks/Makefile) AC_CONFIG_FILES(examples/Makefile) AC_OUTPUT