updated dmalloc home page address

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-12-01 18:26:24 +00:00
parent d71c423e19
commit d0e9b1506e
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -86,7 +86,7 @@ ac_help="$ac_help
ac_help="$ac_help ac_help="$ac_help
--with-opengl use OpenGL (or Mesa)" --with-opengl use OpenGL (or Mesa)"
ac_help="$ac_help ac_help="$ac_help
--with-dmalloc use dmalloc library (www.letters.com/dmalloc)" --with-dmalloc use dmalloc library (http://dmalloc.com/)"
ac_help="$ac_help ac_help="$ac_help
--with-regex enable support for wxRegEx class" --with-regex enable support for wxRegEx class"
ac_help="$ac_help ac_help="$ac_help

View File

@ -1008,7 +1008,7 @@ WX_ARG_WITH(opengl, [ --with-opengl use OpenGL (or Mesa)], wxU
fi fi
dnl for GUI only dnl for GUI only
WX_ARG_WITH(dmalloc, [ --with-dmalloc use dmalloc library (www.letters.com/dmalloc)], wxUSE_DMALLOC) WX_ARG_WITH(dmalloc, [ --with-dmalloc use dmalloc library (http://dmalloc.com/)], wxUSE_DMALLOC)
WX_ARG_SYS_WITH(regex, [ --with-regex enable support for wxRegEx class], wxUSE_REGEX) WX_ARG_SYS_WITH(regex, [ --with-regex enable support for wxRegEx class], wxUSE_REGEX)
WX_ARG_SYS_WITH(zlib, [ --with-zlib use zlib for LZW compression], wxUSE_ZLIB) WX_ARG_SYS_WITH(zlib, [ --with-zlib use zlib for LZW compression], wxUSE_ZLIB)
WX_ARG_WITH(odbc, [ --with-odbc use the IODBC and wxODBC classes], wxUSE_ODBC) WX_ARG_WITH(odbc, [ --with-odbc use the IODBC and wxODBC classes], wxUSE_ODBC)