diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-30 10:20:28 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-30 10:22:12 -0500 |
commit | 81b959dd976d4caf8a5be9ef7e9cc343ab2f6289 (patch) | |
tree | 6ad88ff0eba45ccf04d09ac717c5dee6d42c0c3b /configure.ac | |
parent | 1b123a4bd821e1d43c64418652b69a782cd243a2 (diff) |
cosmetic fixes
Change-Id: I763412bd1b6713b91c2e4a8d575ee2a14e9d5cf2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4cfcb92c7e13..e0b834290cff 100644 --- a/configure.ac +++ b/configure.ac @@ -5821,7 +5821,7 @@ fi AC_SUBST([JITC_PROCESSOR_TYPE]) if test $_os = "WINNT"; then - AC_MSG_CHECKING([for Microsoft_VC"$VCVER"_CRT_x86.msm]) + AC_MSG_CHECKING([for Microsoft_VC${VCVER}_CRT_x86.msm]) if ./oowintool --msvc-find-msms; then AC_MSG_RESULT([yes]) SCPDEFS="$SCPDEFS -DWITH_VC"$VCVER"_REDIST" |