diff options
author | Per Bothner <per@bothner.com> | 2004-06-04 10:20:22 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2004-06-04 10:20:22 -0700 |
commit | b9d71ce3e4860dd7ae12039eaa05c9731b12a095 (patch) | |
tree | 5dcf7fe1d68429aacfe1225763a6f492a238d0e5 /libmudflap/ChangeLog | |
parent | 14bbffa1d211ad505bc165f762027596b87511f1 (diff) | |
download | gcc-b9d71ce3e4860dd7ae12039eaa05c9731b12a095.zip gcc-b9d71ce3e4860dd7ae12039eaa05c9731b12a095.tar.gz gcc-b9d71ce3e4860dd7ae12039eaa05c9731b12a095.tar.bz2 |
configure.in (LIBMUDFLAPTH): Fix thinko.
* configure.in (LIBMUDFLAPTH): Fix thinko.
* configure.in: Check for more headers.
* mf-hooks2.c: Conditionalize on HAVE_SYS_SOCKET_H etc.
* mf-runtime.c: In two places conditionalize on SIUSR1 rather than
HAVE_SIGNAL as mingw has signal.h but not SIUSR1.
From-SVN: r82627
Diffstat (limited to 'libmudflap/ChangeLog')
-rw-r--r-- | libmudflap/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index f8d30c7..57fe2eb 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,13 @@ +2004-06-04 Per Bothner <per@bothner.com> + + * configure.in (LIBMUDFLAPTH): Fix thinko. + + * configure.in: Check for more headers. + * mf-hooks2.c: Conditionalize on HAVE_SYS_SOCKET_H etc. + + * mf-runtime.c: In two places conditionalize on SIUSR1 rather than + HAVE_SIGNAL as mingw has signal.h but not SIUSR1. + 2004-06-01 Andreas Jaeger <aj@suse.de> * configure.in: Handle multilibs, support |