From d2739ea6dbe3c9cd9b67aadecb11284d9fc7570d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 17 Jun 2003 14:27:04 +0000 Subject: [PATCH] added htlbox to samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0