summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-14 05:21:51 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-14 05:21:51 +0000
commit9a88179e58a821d32913d9bc0a54eb73023cde7f (patch)
treef02480061b27c8445a8f3e24482acc5723cb4be9 /configure.ac
parent9ff2821b57c72cb5aa2916e9bbde5b2fd1f517d6 (diff)
downloadopenvpn-9a88179e58a821d32913d9bc0a54eb73023cde7f.tar.gz
openvpn-9a88179e58a821d32913d9bc0a54eb73023cde7f.tar.xz
openvpn-9a88179e58a821d32913d9bc0a54eb73023cde7f.zip
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.ac1
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])