From fa99aa09842d6b92705f34d7735828bd78509fcd Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 24 Oct 2007 18:11:23 +0000 Subject: Use AC_GNU_SOURCE. --- gold/configure | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gold/configure') diff --git a/gold/configure b/gold/configure index 2490e25..7648c2c 100755 --- a/gold/configure +++ b/gold/configure @@ -3810,6 +3810,14 @@ else echo "${ECHO_T}no, using $LN_S" >&6 fi + + +cat >>confdefs.h <<\_ACEOF +#define _GNU_SOURCE 1 +_ACEOF + + + # If we haven't got the data from the intl directory, # assume NLS is disabled. USE_NLS=no -- cgit v1.1