Update configure after the last commit.
Previous commit didn't include bakefile-generated update to configure, breaking the build, fix this. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ba8d58df6c
commit
d26187ed4e
6
configure
vendored
6
configure
vendored
@ -746,6 +746,7 @@ COND_TOOLKIT_COCOA_USE_GUI_1
|
||||
COND_TOOLKIT_COCOA
|
||||
COND_TOOLKIT_
|
||||
COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
|
||||
COND_SHARED_1_USE_GUI_1
|
||||
COND_SHARED_1
|
||||
COND_SHARED_0_wxUSE_ZLIB_builtin
|
||||
COND_SHARED_0_wxUSE_REGEX_builtin
|
||||
@ -39628,6 +39629,11 @@ EOF
|
||||
COND_SHARED_1=""
|
||||
fi
|
||||
|
||||
COND_SHARED_1_USE_GUI_1="#"
|
||||
if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
|
||||
COND_SHARED_1_USE_GUI_1=""
|
||||
fi
|
||||
|
||||
COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
|
||||
if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
|
||||
COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
|
||||
|
Loading…
Reference in New Issue
Block a user