Skip to content

Commit feaae9f

Browse files
Fix configure help to use --enable-debug instead of --enable-verbose
1 parent 0b6c53c commit feaae9f

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
@@ -213,7 +213,7 @@ AS_IF([test "$ax_enable_debug" = "yes"],
213213
[AM_CCASFLAGS="$AM_CCASFLAGS -DNDEBUG"])
214214

215215
AC_ARG_ENABLE([debug-code-points],
216-
[ AS_HELP_STRING([--enable-debug-code-points],[Include source file and line number in --enable-verbose messages.]) ],
216+
[ AS_HELP_STRING([--enable-debug-code-points],[Include source file and line number in --enable-debug messages.]) ],
217217
[ ENABLED_DEBUG_CODEPOINTS=$enableval ],
218218
[ ENABLED_DEBUG_CODEPOINTS=no ]
219219
)

0 commit comments

Comments
 (0)