summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-01-30 23:55:51 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-01 16:45:46 +0700
commitf18cae12960e945240b8fbd76f9a214d464b71b3 (patch)
treefcaa2882cbe917ab9b441d8034ad520fa0db41e2
parentaf15127871d38a862ce300ceda5cc74624fda8df (diff)
_os is WINNT, not cygwin (Thanks Norbert)
See http://lists.freedesktop.org/archives/libreoffice/2012-January/024878.html
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6ab110d2c329..a1b2c09e634d 100644
--- a/configure.in
+++ b/configure.in
@@ -6819,7 +6819,7 @@ Use "./download" to download.])
-e "$SRC_ROOT/moz/zipped/${OS}${COM}${CPU}runtime.zip" ; then
AC_MSG_RESULT([Found])
PREBUILD_MOZAB="YES"
- if test "$_os" = "cygwin" ; then
+ if test "$_os" = "WINNT" ; then
AC_MSG_CHECKING([for MSVC 2005 runtime needed for prebuilt Mozilla])
if test -e "$SRC_ROOT/external/msvcp80/Microsoft.VC80.CRT.manifest" -a \
-e "$SRC_ROOT/external/msvcp80/msvcp80.dll" -a \