diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-14 05:21:51 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-14 05:21:51 +0000 |
commit | 9a88179e58a821d32913d9bc0a54eb73023cde7f (patch) | |
tree | f02480061b27c8445a8f3e24482acc5723cb4be9 /version.m4 | |
parent | Version 2.1_rc13 (diff) | |
download | openvpn-9a88179e58a821d32913d9bc0a54eb73023cde7f.tar.xz |
Added AC_GNU_SOURCE to configure.ac to enable struct ucred,
with the goal of fixing a build issue on Fedora 9 that was
introduced in 2.1_rc13.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3434 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1_rc13]) +define(PRODUCT_VERSION,[2.1_rc13a]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) |