Skip to content

Commit 2d59514

Browse files
yetistraveit65
authored andcommitted
fixed the help string of --disable-self-check
1 parent 5e5c47f commit 2d59514

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
@@ -192,7 +192,7 @@ AM_CONDITIONAL(ENABLE_EMPTY_VIEW, test "x$ENABLE_EMPTY_VIEW" = "x1")
192192

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

0 commit comments

Comments
 (0)