aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>1999-06-24 23:48:40 +0200
committerJeff Law <law@gcc.gnu.org>1999-06-24 15:48:40 -0600
commitc22c8e60a262e715c20521619b99e4386d6b75a0 (patch)
tree7748e8c98c10082bbb34bf7d9a74ed64a8a5477c /gcc/configure
parentf36fcf57f25f4c3171897651a59ad528245ff203 (diff)
downloadgcc-c22c8e60a262e715c20521619b99e4386d6b75a0.zip
gcc-c22c8e60a262e715c20521619b99e4386d6b75a0.tar.gz
gcc-c22c8e60a262e715c20521619b99e4386d6b75a0.tar.bz2
system.h (strstr): New external function declaration.
� * system.h (strstr): New external function declaration. * acconfig.h (NEED_DECLARATION_STRSTR): New define slot. * configure.in (GCC_NEED_DECLARATIONS): Check for strstr. * config.in, configure: Rebuilt. From-SVN: r27748
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index d4dcd0c..058ab79 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -2633,7 +2633,7 @@ fi
for ac_func in malloc realloc calloc free bcopy bzero bcmp \
index rindex getenv atol sbrk abort atof strerror getcwd getwd \
- strsignal putc_unlocked fputs_unlocked
+ strsignal putc_unlocked fputs_unlocked strstr
do
echo $ac_n "checking whether $ac_func must be declared""... $ac_c" 1>&6
echo "configure:2640: checking whether $ac_func must be declared" >&5