From 41a94dd69dcbb5d4ef1fda5949196fed63994c03 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 2 Jun 2013 00:58:55 +0100 Subject: Define _GNU_SOURCE via the command line instead of bitlbee.h (which doesn't get included everywhere). Debian #703550. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 10d7c1bd..1e3a2421 100755 --- a/configure +++ b/configure @@ -210,7 +210,7 @@ fi echo CFLAGS=$CFLAGS $CPPFLAGS >> Makefile.settings echo CFLAGS+=-I${srcdir} -I${srcdir}/lib -I${srcdir}/protocols -I. >> Makefile.settings -echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings +echo CFLAGS+=-DHAVE_CONFIG_H -D_GNU_SOURCE >> Makefile.settings if [ -n "$CC" ]; then CC=$CC -- cgit v1.2.3