]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
use = in test, not == which is not standard and not understood by all shells
[wxWidgets.git] / configure
index 93a73b0a910b54808de645b43ea48218b2aec6e5..8f0298fb057ef666d40afc5a48a2ea7d8f2e4502 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: configure.in 56400 2008-10-17 12:39:21Z RR .
+# From configure.in Id: configure.in 56671 2008-11-03 21:55:03Z VZ .
 # Guess values for system-dependent variables and create Makefiles.
 # 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
         BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
     fi
+    if test "$wxUSE_RICHTEXT" = "yes" ; then
+        BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
+    fi
     if test "$wxUSE_STC" = "yes" ; then
         BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
     fi
@@ -48817,7 +48820,7 @@ elif test ${D}DEPSMODE = unixcc; then
     depsdir=${D}builddir/${D}DEPSDIRBASE
     mkdir -p ${D}depsdir
 
-    eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfilebase}.d
+    eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
     exit 0
 
 else