]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
check that we do have scrollbars before using them to avoid crashes when SetScrollXXX...
[wxWidgets.git] / configure
index f556f13e6e2ce0f3ff97e3388af21476da7b43e4..a92f381984ece0bff90c7f51580d3281d9d473e2 100755 (executable)
--- a/configure
+++ b/configure
@@ -42482,7 +42482,8 @@ else
 
                     int main()
                     {
-                        return !!strptime("", "%x", NULL);
+                        struct tm t;
+                        return !!strptime("", "%x", &t);
                     }
 
 _ACEOF