Help for enable-vvp-debug

This commit is contained in:
steve 2001-05-11 02:10:30 +00:00
parent 4f804577f9
commit 38db6fde0c
1 changed files with 2 additions and 1 deletions

View File

@ -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)