Fix test for wxUSE_TREELISTCTRL in configure.

wxUSE_TREECTRL was wrongly used instead.

Closes #13470.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-09-18 20:26:38 +00:00
parent ba4f890e49
commit 4cbe0dd816
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -48026,7 +48026,7 @@ echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled wit
fi
fi
if test "$wxUSE_TREECTRL" = "yes"; then
if test "$wxUSE_TREELISTCTRL" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_TREELISTCTRL 1
_ACEOF

View File

@@ -7150,7 +7150,7 @@ if test "$wxUSE_TREECTRL" = "yes"; then
fi
fi
if test "$wxUSE_TREECTRL" = "yes"; then
if test "$wxUSE_TREELISTCTRL" = "yes"; then
AC_DEFINE(wxUSE_TREELISTCTRL)
USES_CONTROLS=1
fi