diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2015-04-24 02:39:14 +0000 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2015-04-24 02:39:14 +0000 |
commit | e621eeb85a32f989cecf6c5227d333ea0b8823d6 (patch) | |
tree | ce01426baf46689b7fae3593e3b7a72fba68dcb9 /CHANGES | |
parent | efe392020c548e4f853c9f410903796b450cac3d (diff) | |
download | apr-e621eeb85a32f989cecf6c5227d333ea0b8823d6.tar.gz |
Fix errors when building on Visual Studio 2013 while
maintaining the ability to build on Visual Studio 6 with
Windows Server 2003 R2 SDK.
PR: 57191
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1675751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes for APR 2.0.0 + *) apr_atomic: Fix errors when building on Visual Studio 2013 while + maintaining the ability to build on Visual Studio 6 with Windows + Server 2003 R2 SDK. PR 57191. [Gregg Smith] + *) build: Correctly use AC_(PATH|CHECK)_TOOL to support cross compilation. PR: 56866. [Timothy Gu <timothygu99 gmail.com>] |