summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-10-04 21:25:53 +0200
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-10-04 21:25:53 +0200
commita1fe23668fd2dd0c2dd9b8b14df88e216bfc4e0b (patch)
treed8098346f2eee2102f07c4c8cad7c340359968f3 /cmake
parent57bb4dee2e8c88688350d2ba1674edf984928191 (diff)
downloadmariadb-git-a1fe23668fd2dd0c2dd9b8b14df88e216bfc4e0b.tar.gz
Fix compile error on Windows after WL#1054 push.
The error was introduced by typo in variable name (errormsg instead of correct errmsg) - Also, precache HAVE_PEERCRED to OFF in cmake\os\WindowsCache.cmake (to avoid useless system check). - Also, add missing check for errors from FormatMessage(). - Also, remove annoying CMake debug printout of MALLOC_LIB if this is not set.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/os/WindowsCache.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/os/WindowsCache.cmake b/cmake/os/WindowsCache.cmake
index 732f5d74181..4936ae369bc 100644
--- a/cmake/os/WindowsCache.cmake
+++ b/cmake/os/WindowsCache.cmake
@@ -131,6 +131,7 @@ SET(HAVE_PASE_ENVIRONMENT CACHE INTERNAL "")
SET(HAVE_PATHS_H CACHE INTERNAL "")
SET(HAVE_PCLOSE CACHE INTERNAL "")
SET(HAVE_PERROR 1 CACHE INTERNAL "")
+SET(HAVE_PEERCRED CACHE INTERNAL "")
SET(HAVE_POLL_H CACHE INTERNAL "")
SET(HAVE_POPEN CACHE INTERNAL "")
SET(HAVE_POLL CACHE INTERNAL "")