From d26187ed4ed494a5228055c39d3c7c4ca87addd0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 May 2014 11:29:33 +0000 Subject: [PATCH] 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 --- configure | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 9f1f690781..57946d5494 100755 --- a/configure +++ b/configure @@ -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=""