include richtext library in BUILT_WX_LIBS (in particular so that it appears in 'wx-config --libs all' output) if it's being built
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Id: configure.in 56400 2008-10-17 12:39:21Z RR .
|
# From configure.in Id: configure.in 56641 2008-11-02 02:16:09Z VZ .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
||||||
#
|
#
|
||||||
@@ -46665,6 +46665,9 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
if test "$wxUSE_PROPGRID" = "yes" ; then
|
if test "$wxUSE_PROPGRID" = "yes" ; then
|
||||||
BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
|
BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
|
||||||
fi
|
fi
|
||||||
|
if test "$wxUSE_RICHTEXT" = "yes" ; then
|
||||||
|
BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
|
||||||
|
fi
|
||||||
if test "$wxUSE_STC" = "yes" ; then
|
if test "$wxUSE_STC" = "yes" ; then
|
||||||
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
|
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
|
||||||
fi
|
fi
|
||||||
|
@@ -7318,6 +7318,9 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
if test "$wxUSE_PROPGRID" = "yes" ; then
|
if test "$wxUSE_PROPGRID" = "yes" ; then
|
||||||
BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
|
BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
|
||||||
fi
|
fi
|
||||||
|
if test "$wxUSE_RICHTEXT" = "yes" ; then
|
||||||
|
BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
|
||||||
|
fi
|
||||||
if test "$wxUSE_STC" = "yes" ; then
|
if test "$wxUSE_STC" = "yes" ; then
|
||||||
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
|
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user