From 324fb26ba803a999bedc29e93c46c84f27abf5b7 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 19 May 2011 09:58:09 +0200 Subject: Set _GNU_SOURCE globally --- src/external/platform.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/external') diff --git a/src/external/platform.m4 b/src/external/platform.m4 index 051fe076..c67e0814 100644 --- a/src/external/platform.m4 +++ b/src/external/platform.m4 @@ -37,8 +37,7 @@ AM_CONDITIONAL([HAVE_DEBIAN], [test x"$osname" = xdebian]) AM_CONDITIONAL([HAVE_GENTOO], [test x"$osname" = xgentoo]) AC_CHECK_MEMBERS([struct ucred.pid, struct ucred.uid, struct ucred.gid], , , - [[#define _GNU_SOURCE - #include ]]) + [[#include ]]) if test x"$ac_cv_member_struct_ucred_pid" = xyes -a \ x"$ac_cv_member_struct_ucred_uid" = xyes -a \ -- cgit