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:
parent
be83879733
commit
02314de0ee
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user