diff options
Diffstat (limited to 'src/external')
-rw-r--r-- | src/external/platform.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
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 <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 \ |