diff options
author | Andras Timar <atimar@suse.com> | 2012-10-22 17:26:46 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-10-22 17:27:05 +0200 |
commit | ed24328debac297170a9bd761174ab0babacc760 (patch) | |
tree | 22d51c166d4bb96fc303c88a83164d111d7ce491 | |
parent | 1a90251fd23f6a25518cefe31af57880808bf482 (diff) |
make a configure message less confusing
Change-Id: I99b6fde467384aca690cdd0bd5b08e327c926f10
-rw-r--r-- | configure.ac | 4 |
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) |