summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-03-09 01:30:01 +0200
committerTor Lillqvist <tml@collabora.com>2017-03-09 01:31:05 +0200
commit3c5463bed36407b1915d6dce9c9173ba9009ab65 (patch)
tree02ca48b409611ad80cbd7c2d1380e091c6a7b6cd /configure.ac
parentbc327c15cc1218cacfa4597fe39225c38a535f8e (diff)
Bin duplicated code snippet
The exact same shell if statement was duplicated. Change-Id: Icc95f8a881605e6ac7248252c545e433b936f4c1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 32013f34aae5..6125f82a69b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3708,12 +3708,6 @@ if test "$_os" = "WINNT"; then
AC_MSG_RESULT([not found])
AC_MSG_WARN([Installation set will not contain 64-bit Explorer extensions])
fi
- if test "$BUILD_X64" = TRUE; then
- AC_MSG_RESULT([found])
- else
- AC_MSG_RESULT([not found])
- AC_MSG_WARN([Installation set will not contain 64-bit Explorer extensions])
- fi
fi
AC_SUBST(BUILD_X64)