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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fd1da94..311899f 100644 --- a/configure.ac +++ b/configure.ac @@ -307,6 +307,7 @@ dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL AC_PROG_GCC_TRADITIONAL +AC_GNU_SOURCE if test "${WIN32}" = "yes"; then AC_ARG_VAR([MAN2HTML], [man2html utility]) |