From 42d718c0b129f2cd50b271583d362e94e269e39c Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 12 Jun 2020 19:08:11 +0200 Subject: Fix the misspelled corpora test configure option Signed-off-by: David Oberhollenzer --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index e5b29d7..5ab3a84 100644 --- a/configure.ac +++ b/configure.ac @@ -102,12 +102,12 @@ AC_ARG_WITH([tools], [Only build libsquashfs, do not build the tools.])], [], [with_tools="yes"]) -AC_ARG_ENABLE([copora-tests], - [AS_HELP_STRING([--enable-copora-tests], - [Perform coprora based reproducability tests.])], - [], [enable_copora_tests="no"]) +AC_ARG_ENABLE([corpora-tests], + [AS_HELP_STRING([--enable-corpora-tests], + [Perform corpora based reproducability tests.])], + [], [enable_corpora_tests="no"]) -AM_CONDITIONAL([CORPORA_TESTS], [test "x$enable_copora_tests" = "xyes"]) +AM_CONDITIONAL([CORPORA_TESTS], [test "x$enable_corpora_tests" = "xyes"]) AS_IF([test "x$build_windows" = "xyes"], [with_pthread="no"], []) AS_IF([test "x$with_tools" != "xyes"], [with_selinux="no"], []) -- cgit v1.2.3