aboutsummaryrefslogtreecommitdiff
path: root/gold/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-24 18:11:23 +0000
committerIan Lance Taylor <iant@google.com>2007-10-24 18:11:23 +0000
commitfa99aa09842d6b92705f34d7735828bd78509fcd (patch)
tree775702c38da6e5f24877cf0918114ba06270aae6 /gold/configure
parentce2cded563a45cead231883f0e5a2d230e5af9b4 (diff)
downloadfsf-binutils-gdb-fa99aa09842d6b92705f34d7735828bd78509fcd.zip
fsf-binutils-gdb-fa99aa09842d6b92705f34d7735828bd78509fcd.tar.gz
fsf-binutils-gdb-fa99aa09842d6b92705f34d7735828bd78509fcd.tar.bz2
Use AC_GNU_SOURCE.
Diffstat (limited to 'gold/configure')
-rwxr-xr-xgold/configure8
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