summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-06 17:53:36 +0800
committerraveit65 <[email protected]>2019-02-06 12:11:43 +0100
commit2d595142c4c3f15391d71bf25e48e5905804ba94 (patch)
treeca26a661bbc854ed3dfef3acbc9629da034e6c58
parent5e5c47f399a877faedb37c6e822108e420375aec (diff)
downloadcaja-2d595142c4c3f15391d71bf25e48e5905804ba94.tar.bz2
caja-2d595142c4c3f15391d71bf25e48e5905804ba94.tar.xz
fixed the help string of --disable-self-check
-rw-r--r--configure.ac2
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