Re: [Openvpn-devel] [PATCH] Makefile.am referenced a now non-existing config-win32.h

2012-02-17 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/02/12 12:13, David Sommerseth wrote: > This file was moved to win/config.h.in and is the template used by the > Python build tools in win/. This happened in commit > 4b312378e9e7084a0699ca6d4b895bdadb7540db > > For all other autotools based env

Re: [Openvpn-devel] [PATCH] Makefile.am referenced a now non-existing config-win32.h

2012-02-17 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/02/12 12:18, Alon Bar-Lev wrote: > When did this file gone? Anyway, this was required with compiling > using MSVC... This is the commit referenced: commit 4b312378e9e7084a0699ca6d4b895bdadb7540db Author: Samuli Seppänen List-Post: openvpn-dev

Re: [Openvpn-devel] [PATCH] Makefile.am referenced a now non-existing config-win32.h

2012-02-17 Thread Alon Bar-Lev
When did this file gone? Anyway, this was required with compiling using MSVC... On Fri, Feb 17, 2012 at 1:13 PM, David Sommerseth wrote: > This file was moved to win/config.h.in and is the template used > by the Python build tools in win/.  This happened in > commit 4b312378e9e7084a0699ca6d4b895b

[Openvpn-devel] [PATCH] Makefile.am referenced a now non-existing config-win32.h

2012-02-17 Thread David Sommerseth
This file was moved to win/config.h.in and is the template used by the Python build tools in win/. This happened in commit 4b312378e9e7084a0699ca6d4b895bdadb7540db For all other autotools based environments, ./configure will take care of creating the proper config.h Signed-off-by: David Sommerse