aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-08-01 23:39:53 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-08-01 23:39:53 +0000
commit130e63de4a0cb4495036ddfe79b3207b8c1f1b38 (patch)
tree5f1fd4c26e1d33e412cbcfbe6943ed343dcc10ce /libjava/configure
parent73a8b900bdbf5199dd7cda11df829583910f1b7e (diff)
downloadgcc-130e63de4a0cb4495036ddfe79b3207b8c1f1b38.zip
gcc-130e63de4a0cb4495036ddfe79b3207b8c1f1b38.tar.gz
gcc-130e63de4a0cb4495036ddfe79b3207b8c1f1b38.tar.bz2
configure.in: Check for bstring.h.
1999-08-01 Alexandre Oliva <oliva@dcc.unicamp.br> * configure.in: Check for bstring.h. * configure, include/config.h.in: Rebuilt. * java/net/natPlainDatagramSocketImpl.cc: #include bstring.h. * java/net/natPlainSocketImpl.cc: Likewise. From-SVN: r28378
Diffstat (limited to 'libjava/configure')
-rwxr-xr-xlibjava/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure b/libjava/configure
index e0af1c8..e474168 100755
--- a/libjava/configure
+++ b/libjava/configure
@@ -4527,7 +4527,7 @@ EOF
-for ac_hdr in unistd.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/filio.h sys/stat.h sys/select.h sys/socket.h netinet/in.h arpa/inet.h netdb.h pwd.h sys/config.h inttypes.h stdint.h
+for ac_hdr in unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/filio.h sys/stat.h sys/select.h sys/socket.h netinet/in.h arpa/inet.h netdb.h pwd.h sys/config.h inttypes.h stdint.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6