diff options
Diffstat (limited to 'gold/configure')
-rwxr-xr-x | gold/configure | 8 |
1 files changed, 8 insertions, 0 deletions
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 |