]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
wxrc: fix incorrectly generated code with --extra-cpp-code (fixes #9631)
[wxWidgets.git] / configure.in
index a2dc1ce0712d72c6bda163cf1bb06e2082b77477..d69f568ab5b328315586c211a871d109d3831dd8 100644 (file)
@@ -430,6 +430,14 @@ fi
 
 WX_ARG_DISABLE(all-features,[  --disable-all-features  disable all optional features to build minimal library], wxUSE_ALL_FEATURES)
 
+if test "$wxUSE_ALL_FEATURES" = "no"; then
+    dnl this is a bit ugly but currently we have no choice but to manually
+    dnl reset all the options with default value of auto if all features are to
+    dnl be disabled because we can't have an option with default value of
+    dnl "auto-or-no-if-wxUSE_ALL_FEATURES-is-disabled"
+    DEFAULT_wxUSE_MEDIACTRL=no
+fi
+
 dnl ---------------------------------------------------------------------------
 dnl port selection
 dnl ---------------------------------------------------------------------------