wxGTK-3.2.1-configure-tests.patch 478 B

1234567891011121314151617181920
  1. diff --git a/configure b/configure
  2. index d2acb7d..69ae083 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -45622,6 +45622,14 @@ $as_echo "yes" >&6; }
  6. fi
  7. fi
  8. +# explicit override to enable or disable tests
  9. +if test "${enable_tests+set}" = set; then
  10. + SUBDIRS="$SUBDIRS tests"
  11. +fi
  12. +if test "${disable_tests+set}" = set; then
  13. + SUBDIRS="${SUBDIRS% tests}"
  14. +fi
  15. +
  16. for subdir in $SUBDIRS; do
  17. if test -d ${srcdir}/${subdir} ; then
  18. if test "$wxUSE_GUI" = "yes"; then