Suppress spurious "unsupported DPI awareness" configure messages

If --with-dpi option is not specified at all, wxWITH_DPI_MANIFEST
remains empty, so take this value into account explicitly.
This commit is contained in:
Vadim Zeitlin 2019-11-01 15:39:52 +01:00
parent be83879733
commit 02314de0ee
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -18417,7 +18417,7 @@ case "$wxWITH_DPI_MANIFEST" in
USE_DPI_AWARE_MANIFEST=0 ;;
system)
USE_DPI_AWARE_MANIFEST=1 ;;
per-monitor)
''|per-monitor)
USE_DPI_AWARE_MANIFEST=2 ;;
*)
USE_DPI_AWARE_MANIFEST=0

View File

@ -1131,7 +1131,7 @@ case "$wxWITH_DPI_MANIFEST" in
USE_DPI_AWARE_MANIFEST=0 ;;
system)
USE_DPI_AWARE_MANIFEST=1 ;;
per-monitor)
''|per-monitor)
USE_DPI_AWARE_MANIFEST=2 ;;
*)
USE_DPI_AWARE_MANIFEST=0