Use AC_GNU_SOURCE.

This commit is contained in:
Ian Lance Taylor
2007-10-24 18:11:23 +00:00
parent ce2cded563
commit fa99aa0984
7 changed files with 20 additions and 4 deletions

8
gold/configure vendored
View File

@ -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