]> git.saurik.com Git - wxWidgets.git/commitdiff
merged docvwmdi sample into docview one to avoid having 2 almost identical samples...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Oct 2008 15:17:15 +0000 (15:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Oct 2008 15:17:15 +0000 (15:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index cf8eddb5043d5389cd3f011c303ad3ee7538653f..2b7bb4201fd1454654287252a8eeac3d50e87644 100755 (executable)
--- a/configure
+++ b/configure
@@ -45219,9 +45219,6 @@ if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
 _ACEOF
 
     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
-    if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
-        SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
-    fi
 fi
 
 if test "$wxUSE_HELP" = "yes"; then
index c0d249972d1841587f8f4000ece3ea3a65949e5b..47c5f64a9e7883fdd4da31c1a981c62730780229 100644 (file)
@@ -6310,9 +6310,6 @@ fi
 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
     AC_DEFINE(wxUSE_DOC_VIEW_ARCHITECTURE)
     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
-    if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
-        SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
-    fi
 fi
 
 if test "$wxUSE_HELP" = "yes"; then