summaryrefslogtreecommitdiffstats
path: root/src/external/platform.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/platform.m4')
-rw-r--r--src/external/platform.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/src/external/platform.m4 b/src/external/platform.m4
index 051fe0765..c67e08144 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 <sys/socket.h>]])
+ [[#include <sys/socket.h>]])
if test x"$ac_cv_member_struct_ucred_pid" = xyes -a \
x"$ac_cv_member_struct_ucred_uid" = xyes -a \