From: Václav Slavík Date: Tue, 17 Jun 2003 14:27:04 +0000 (+0000) Subject: added htlbox to samples X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d2739ea6dbe3c9cd9b67aadecb11284d9fc7570d?ds=sidebyside added htlbox to samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 7758a3151e..7c26c27270 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 10b0119f3c..0aef38ea72 100644 --- a/configure.in +++ b/configure.in @@ -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