enable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove some old checks against wxUSE_CONSTRAINTS - they're not needed anymore (part of r57199)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
25
configure
vendored
25
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 56928 2008-11-23 01:53:24Z VZ .
|
||||
# From configure.in Id: configure.in 56932 2008-11-23 12:33:32Z VZ .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
||||
#
|
||||
@@ -2958,12 +2958,10 @@ DEFAULT_wxUSE_LIBGNOMEVFS=no
|
||||
DEFAULT_wxUSE_LIBHILDON=no
|
||||
DEFAULT_wxUSE_LIBMSPACK=no
|
||||
DEFAULT_wxUSE_LIBSDL=no
|
||||
DEFAULT_wxUSE_OPENGL=no
|
||||
|
||||
DEFAULT_wxUSE_ACCESSIBILITY=no
|
||||
DEFAULT_wxUSE_GRAPHICS_CONTEXT=no
|
||||
DEFAULT_wxUSE_IPV6=no
|
||||
DEFAULT_wxUSE_MEDIACTRL=no
|
||||
DEFAULT_wxUSE_TAB_DIALOG=no
|
||||
DEFAULT_wxUSE_GSTREAMER8=no
|
||||
|
||||
@@ -45417,15 +45415,10 @@ echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't b
|
||||
fi
|
||||
|
||||
if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
|
||||
if test "$wxUSE_CONSTRAINTS" != "yes"; then
|
||||
{ echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
|
||||
echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
|
||||
else
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define wxUSE_PRINTING_ARCHITECTURE 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
|
||||
fi
|
||||
|
||||
@@ -46646,15 +46639,10 @@ _ACEOF
|
||||
fi
|
||||
|
||||
if test "$wxUSE_PROGRESSDLG" = "yes"; then
|
||||
if test "$wxUSE_CONSTRAINTS" != "yes"; then
|
||||
{ echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
|
||||
echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
|
||||
else
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define wxUSE_PROGRESSDLG 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$wxUSE_SPLASH" = "yes"; then
|
||||
@@ -46666,15 +46654,10 @@ _ACEOF
|
||||
fi
|
||||
|
||||
if test "$wxUSE_STARTUP_TIPS" = "yes"; then
|
||||
if test "$wxUSE_CONSTRAINTS" != "yes"; then
|
||||
{ echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
|
||||
echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
|
||||
else
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define wxUSE_STARTUP_TIPS 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$wxUSE_TEXTDLG" = "yes"; then
|
||||
|
Reference in New Issue
Block a user