mirror of git://gcc.gnu.org/git/gcc.git
* thanks kcook
2004-10-05 Frank Ch. Eigler <fche@redhat.com> * configure.ac: Checking for sys/socket.h once is enough. * configure: Regenerated. From-SVN: r88559
This commit is contained in:
parent
89d594a24d
commit
73407061a1
|
|
@ -1,3 +1,8 @@
|
||||||
|
2004-10-05 Frank Ch. Eigler <fche@redhat.com>
|
||||||
|
|
||||||
|
* configure.ac: Checking for sys/socket.h once is enough.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2004-10-04 Frank Ch. Eigler <fche@redhat.com>
|
2004-10-04 Frank Ch. Eigler <fche@redhat.com>
|
||||||
|
|
||||||
* configure.ac: Look for more headers & functions.
|
* configure.ac: Look for more headers & functions.
|
||||||
|
|
|
||||||
|
|
@ -3596,10 +3596,9 @@ done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_header in stdint.h execinfo.h signal.h dlfcn.h dirent.h pwd.h grp.h \
|
for ac_header in stdint.h execinfo.h signal.h dlfcn.h dirent.h pwd.h grp.h \
|
||||||
netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h sys/socket.h ctype.h mntent.h \
|
netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h ctype.h mntent.h \
|
||||||
sys/socket.h netinet/in.h arpa/inet.h dlfcn.h
|
sys/socket.h netinet/in.h arpa/inet.h dlfcn.h
|
||||||
do
|
do
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
|
|
@ -5657,7 +5656,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
|
||||||
case $host in
|
case $host in
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo '#line 5660 "configure"' > conftest.$ac_ext
|
echo '#line 5659 "configure"' > conftest.$ac_ext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>&5
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ AC_TRY_COMPILE([
|
||||||
enable_shared=no])
|
enable_shared=no])
|
||||||
|
|
||||||
AC_CHECK_HEADERS(stdint.h execinfo.h signal.h dlfcn.h dirent.h pwd.h grp.h \
|
AC_CHECK_HEADERS(stdint.h execinfo.h signal.h dlfcn.h dirent.h pwd.h grp.h \
|
||||||
netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h sys/socket.h ctype.h mntent.h \
|
netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h ctype.h mntent.h \
|
||||||
sys/socket.h netinet/in.h arpa/inet.h dlfcn.h)
|
sys/socket.h netinet/in.h arpa/inet.h dlfcn.h)
|
||||||
|
|
||||||
AC_CHECK_FUNCS(backtrace backtrace_symbols gettimeofday signal)
|
AC_CHECK_FUNCS(backtrace backtrace_symbols gettimeofday signal)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue