diff options
author | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-05 16:15:55 +0000 |
---|---|---|
committer | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-05 16:15:55 +0000 |
commit | 1cc2b8f1912f65cf947505ca7c13a5b9754bc334 (patch) | |
tree | 9ae3b074ed7fffbcf692d7cbe5c2dc55e0f39641 /libmudflap | |
parent | 0e43a566772beb410b7e1db25cbb37fb4dc439df (diff) | |
download | gcc-1cc2b8f1912f65cf947505ca7c13a5b9754bc334.tar.gz |
* thanks kcook
2004-10-05 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Checking for sys/socket.h once is enough.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88559 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap')
-rw-r--r-- | libmudflap/ChangeLog | 5 | ||||
-rwxr-xr-x | libmudflap/configure | 5 | ||||
-rw-r--r-- | libmudflap/configure.ac | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index 65040e59b0b..f9778d4b193 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -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> * configure.ac: Look for more headers & functions. diff --git a/libmudflap/configure b/libmudflap/configure index 6eb77bb6700..9b838d941af 100755 --- a/libmudflap/configure +++ b/libmudflap/configure @@ -3597,9 +3597,8 @@ done - 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 do 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 *-*-irix6*) # 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 (eval $ac_compile) 2>&5 ac_status=$? diff --git a/libmudflap/configure.ac b/libmudflap/configure.ac index 04020b2c839..c6e73378d17 100644 --- a/libmudflap/configure.ac +++ b/libmudflap/configure.ac @@ -60,7 +60,7 @@ AC_TRY_COMPILE([ enable_shared=no]) 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) AC_CHECK_FUNCS(backtrace backtrace_symbols gettimeofday signal) |