diff options
author | Wu Xiaotian <[email protected]> | 2019-02-06 17:53:36 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 14:30:33 +0100 |
commit | 7ae4cd8e3401a47cc266604a5ea82b9e53136ce3 (patch) | |
tree | 0da9726e7efe3471ad95a32d106505ddca1ff042 | |
parent | 89a3be236969d9dfb8823ded695ccb7260dba454 (diff) | |
download | caja-7ae4cd8e3401a47cc266604a5ea82b9e53136ce3.tar.bz2 caja-7ae4cd8e3401a47cc266604a5ea82b9e53136ce3.tar.xz |
fixed the help string of --disable-self-check
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |