]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix test for wxUSE_TREELISTCTRL in configure.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Sep 2011 20:26:38 +0000 (20:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Sep 2011 20:26:38 +0000 (20:26 +0000)
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

configure
configure.in

index 7cea4dc6087bb5aea17d638cb77adeec093302cd..c58a43c8684d4c4bdab17a59942dd4ad2a627dda 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 2cd138264d75b00f808f9a5aafeb54e5de5ca7d4..225c887197e12444501fdd399798a483d61f87c5 100644 (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