From 7ae4cd8e3401a47cc266604a5ea82b9e53136ce3 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 6 Feb 2019 17:53:36 +0800 Subject: fixed the help string of --disable-self-check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cab5b568..79f6e2a0 100644 --- a/configure.ac +++ b/configure.ac @@ -188,7 +188,7 @@ AM_CONDITIONAL(ENABLE_EMPTY_VIEW, test "x$ENABLE_EMPTY_VIEW" = "x1") dnl ========== EEL/CAJA OMIT SELF CHECK ==================================== AC_ARG_ENABLE(self-check, - AC_HELP_STRING([--disable-self-check], [build with self check])) + AC_HELP_STRING([--disable-self-check], [build without self check])) msg_self_check=yes if test "x$enable_self_check" == "xno"; then msg_self_check=no -- cgit v1.2.1