diff --git a/configure b/configure index c0fba3772b..68d972c008 100755 --- 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" diff --git a/configure.in b/configure.in index d69f568ab5..a23b2ddadb 100644 --- a/configure.in +++ b/configure.in @@ -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"