Help for enable-vvp-debug
This commit is contained in:
parent
4f804577f9
commit
38db6fde0c
|
|
@ -7,7 +7,8 @@ AC_CHECK_TOOL(STRIP, strip, true)
|
|||
|
||||
AC_PROG_INSTALL
|
||||
|
||||
AC_ARG_ENABLE(vvp-debug, "interactive debugger for VVP runtime.", AC_DEFINE(ENABLE_VVP_DEBUG))
|
||||
AC_ARG_ENABLE(vvp-debug, vvp-debug -- interactive debugger for VVP runtime.,
|
||||
AC_DEFINE(ENABLE_VVP_DEBUG))
|
||||
|
||||
AC_CHECK_HEADERS(getopt.h)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue