Samuli Seppänen wrote: > >From 327d6c66fff6962a96f86110dc91b1dad07ca224 Mon Sep 17 00:00:00 2001 > From: =?utf-8?q?Samuli=20Sepp=C3=A4nen?= <sam...@openvpn.net> > Date: Fri, 12 Nov 2010 17:30:07 +0200 > Subject: [PATCH] Added check for variable CONFIGURE_DEFINES into options.c > > The file containing CONFIGURE_DEFINES variable, configure.h, is not present if > openvpn is built using the Python + Visual C -based buildsystem. This causes > the > build to fail. This patch adds a check to see if variable exists before trying > to use it.
Acked-by: Peter Stuge <pe...@stuge.se>