]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Use AS_HELP_STRING for --enable-debugging
authorJon Turney <jon.turney@dronecode.org.uk>
Tue, 7 Dec 2021 14:48:51 +0000 (14:48 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Mon, 13 Dec 2021 17:47:54 +0000 (17:47 +0000)
Use AS_HELP_STRING in AC_ARG_WITH for --enable-debugging to ensure
correct formatting in 'configure --help' output.

winsup/configure.ac

index 79e78a5fc14372fce4636d1a94a0d560bb9952ea..cf1128b370eeb775e0f2aa55b2b73746e8552937 100644 (file)
@@ -58,7 +58,7 @@ AC_CHECK_TOOL(STRIP, strip, strip)
 AC_CHECK_TOOL(WINDRES, windres, windres)
 
 AC_ARG_ENABLE(debugging,
-[ --enable-debugging           Build a cygwin DLL which has more consistency checking for debugging],
+[AS_HELP_STRING([--enable-debugging],[Build a cygwin DLL which has more consistency checking for debugging])],
 [case "${enableval}" in
 yes)    AC_DEFINE([DEBUGGING],[1],[Define if DEBUGGING support is requested.]) ;;
 no)     ;;
This page took 0.030568 seconds and 5 git commands to generate.