added htlbox to samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-06-17 14:27:04 +00:00
parent f30251fb86
commit d2739ea6db
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -21992,7 +21992,7 @@ if test "$wxUSE_HTML" = "yes"; then
#define wxUSE_HTML 1
EOF
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html htlbox"
fi
if test "$wxUSE_VALIDATORS" = "yes"; then

View File

@@ -5232,7 +5232,7 @@ fi
if test "$wxUSE_HTML" = "yes"; then
AC_DEFINE(wxUSE_HTML)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html htlbox"
fi
if test "$wxUSE_VALIDATORS" = "yes"; then