Skip to content

Commit 7ae4cd8

Browse files
yetistraveit65
authored andcommitted
fixed the help string of --disable-self-check
1 parent 89a3be2 commit 7ae4cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ AM_CONDITIONAL(ENABLE_EMPTY_VIEW, test "x$ENABLE_EMPTY_VIEW" = "x1")
188188

189189
dnl ========== EEL/CAJA OMIT SELF CHECK ====================================
190190
AC_ARG_ENABLE(self-check,
191-
AC_HELP_STRING([--disable-self-check], [build with self check]))
191+
AC_HELP_STRING([--disable-self-check], [build without self check]))
192192
msg_self_check=yes
193193
if test "x$enable_self_check" == "xno"; then
194194
msg_self_check=no

0 commit comments

Comments
 (0)