summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-30 15:29:46 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-30 20:19:20 +0200
commit3d15405e436db0cbad351808ef3ca0e47f47a701 (patch)
tree3519cebeadf6319e2ff4ae5ae5a64d9e562e86dc /configure.ac
parent82beda528fb74ae1c6b5e12a98dbf5d4e9e4c0db (diff)
configure: stop printing warnings about Windows XP
Change-Id: Ia90056aa074be3d80c28e774714b5e5f217e37a7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 1216160fa30f..0fcab1169b13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5356,13 +5356,6 @@ the Windows SDK are installed.])
elif echo $WINDOWS_SDK_HOME | grep "8.0" >/dev/null 2>/dev/null; then
WINDOWS_SDK_VERSION=80
AC_MSG_RESULT([found Windows SDK 8.0 ($WINDOWS_SDK_HOME)])
- dnl compatibility warning if not explicitly choosing the 80 SDK:
- if test -z "$with_windows_sdk"; then
- AC_MSG_WARN([If a build should run on Windows XP,])
- AC_MSG_WARN([use --with-windows-sdk=7.1A])
- add_warning "If a build should run on Windows XP,"
- add_warning "use --with-windows-sdk=7.1A"
- fi
elif echo $WINDOWS_SDK_HOME | grep "8.1" >/dev/null 2>/dev/null; then
WINDOWS_SDK_VERSION=81
AC_MSG_RESULT([found Windows SDK 8.1 ($WINDOWS_SDK_HOME)])