summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-10-22 17:26:46 +0200
committerAndras Timar <atimar@suse.com>2012-10-22 17:27:05 +0200
commited24328debac297170a9bd761174ab0babacc760 (patch)
tree22d51c166d4bb96fc303c88a83164d111d7ce491 /configure.ac
parentmove the ENABLE_DBGUTIL block higher in configure (diff)
downloadcore-ed24328debac297170a9bd761174ab0babacc760.tar.gz
core-ed24328debac297170a9bd761174ab0babacc760.zip
make a configure message less confusing
Change-Id: I99b6fde467384aca690cdd0bd5b08e327c926f10
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4971df99d766..29804ec6524e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3224,7 +3224,7 @@ if test "$_os" = "WINNT"; then
LINK_X64_BINARY=
LIBMGR_X64_BINARY=
- AC_MSG_CHECKING([for a x64 compiler and libraries for 64bit ActiveX component])
+ AC_MSG_CHECKING([for a x64 compiler and libraries for 64-bit Explorer extensions])
if test "$BITNESS_OVERRIDE" = "" -a -f "$with_cl_home/atlmfc/lib/amd64/atls.lib"; then
# Prefer native x64 compiler to cross-compiler, in case we are running
# the build on a 64-bit OS.
@@ -3244,7 +3244,7 @@ if test "$_os" = "WINNT"; then
AC_MSG_RESULT([found])
else
AC_MSG_RESULT([not found])
- AC_MSG_WARN([Installation set will not contain the 64-bit Explorer extension])
+ AC_MSG_WARN([Installation set will not contain 64-bit Explorer extensions])
fi
AC_SUBST(BUILD_X64)