diff options
author | Wu Xiaotian <[email protected]> | 2019-02-06 17:53:36 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-06 12:11:43 +0100 |
commit | 2d595142c4c3f15391d71bf25e48e5905804ba94 (patch) | |
tree | ca26a661bbc854ed3dfef3acbc9629da034e6c58 | |
parent | 5e5c47f399a877faedb37c6e822108e420375aec (diff) | |
download | caja-2d595142c4c3f15391d71bf25e48e5905804ba94.tar.bz2 caja-2d595142c4c3f15391d71bf25e48e5905804ba94.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 027b6cde..399100f7 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,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 |