2005-09-07 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / binutils / configure.in
index 0f328a34e158bcf2b65333150919bf57fde71ce1..e2bde16313b795ee8b90c7b7aea4f6f8d4350571 100644 (file)
@@ -41,6 +41,7 @@ if test -z "$host" ; then
 fi
 
 AC_PROG_CC
+AC_GNU_SOURCE
 
 AC_PROG_YACC
 AM_PROG_LEX
@@ -171,7 +172,7 @@ if test $bu_cv_header_utime_h = yes; then
   AC_DEFINE(HAVE_GOOD_UTIME_H, 1, [Does <utime.h> define struct utimbuf?])
 fi
 
-AC_CHECK_DECLS([fprintf, strstr, sbrk, getenv, environ, getc_unlocked])
+AC_CHECK_DECLS([fprintf, stpcpy, strstr, sbrk, getenv, environ, getc_unlocked])
 
 BFD_BINARY_FOPEN
 
This page took 0.023998 seconds and 4 git commands to generate.