]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
PalmOS description.
[wxWidgets.git] / configure.in
index bc996640d0434ede3dc8bfc2993557188e945652..da02b737cff9f3ccfe9342f425d3f4c243d49755 100644 (file)
@@ -5622,6 +5622,8 @@ if test "$wxUSE_STATLINE" = "yes"; then
 fi
 
 if test "$wxUSE_STATUSBAR" = "yes"; then
+    dnl this will get undefined in wx/chkconf.h if it's not supported
+    AC_DEFINE(wxUSE_NATIVE_STATUSBAR)
     AC_DEFINE(wxUSE_STATUSBAR)
     USES_CONTROLS=1