build wrapsizer sample when wxUSE_GUI==1
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 7 Feb 2009 23:19:27 +0000 (23:19 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 7 Feb 2009 23:19:27 +0000 (23:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index c0fba3772b194c2470a2c47fb02a9d50b1c2dd4f..68d972c0089d71d11f34da3b9acacfe7365907bc 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: configure.in 58155 2009-01-16 19:03:26Z VZ .
+# From configure.in Id: configure.in 58275 2009-01-21 17:26:25Z VZ .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
 #
@@ -47151,7 +47151,7 @@ if test "$wxUSE_GUI" = "yes"; then
         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
                      erase event exec font image minimal mobile \
                      mobile/wxedit mobile/styles render \
-                     shaped svg taborder vscroll widgets"
+                     shaped svg taborder vscroll widgets wrapsizer"
 
     if test "$wxUSE_MONOLITHIC" != "yes"; then
         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
index d69f568ab5b328315586c211a871d109d3831dd8..a23b2ddadb3ce1db515f697e35308b6f52f7b32f 100644 (file)
@@ -7393,7 +7393,7 @@ if test "$wxUSE_GUI" = "yes"; then
     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
                      erase event exec font image minimal mobile \
                      mobile/wxedit mobile/styles render \
-                     shaped svg taborder vscroll widgets"
+                     shaped svg taborder vscroll widgets wrapsizer"
 
     if test "$wxUSE_MONOLITHIC" != "yes"; then
         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"