From a28e037ad5d0d19c871a6aa32311c4d01f374f39 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 18 Oct 2007 00:42:43 +0000 Subject: [PATCH] Add richtext to CORE_GUI_LIBS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 5 ++++- configure.in | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure b/configure index b15a4fcb3c..768d74c6ce 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 48780 2007-09-19 09:05:19Z CE . +# From configure.in Id: configure.in 49053 2007-10-05 20:48:00Z RD . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for wxWidgets 2.8.6. # @@ -46209,6 +46209,9 @@ fi if test "$wxUSE_AUI" = "yes" ; then CORE_GUI_LIBS="aui $CORE_GUI_LIBS" fi +if test "$wxUSE_RICHTEXT" = "yes" ; then + CORE_GUI_LIBS="richtext $CORE_GUI_LIBS" +fi if test "$wxUSE_GUI" != "yes"; then CORE_GUI_LIBS="" diff --git a/configure.in b/configure.in index 3c3d7962b6..6ec5e665a9 100644 --- a/configure.in +++ b/configure.in @@ -7732,6 +7732,9 @@ fi if test "$wxUSE_AUI" = "yes" ; then CORE_GUI_LIBS="aui $CORE_GUI_LIBS" fi +if test "$wxUSE_RICHTEXT" = "yes" ; then + CORE_GUI_LIBS="richtext $CORE_GUI_LIBS" +fi if test "$wxUSE_GUI" != "yes"; then CORE_GUI_LIBS=""