]> git.saurik.com Git - wxWidgets.git/commitdiff
added htlbox to samples
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 17 Jun 2003 14:27:04 +0000 (14:27 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 17 Jun 2003 14:27:04 +0000 (14:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 7758a3151eab47eb682daaa325f411712e0bed52..7c26c2727040d25b8a2065bde9cbefb0732327bb 100755 (executable)
--- 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
index 10b0119f3c17d910f5cc695afd1addf94d98d188..0aef38ea72af19d03614353d4483162b7027b9e1 100644 (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