diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-01-05 14:02:33 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-01-05 14:02:33 +0000 |
commit | 289b30d543210633ff1b09fa4eac0c89913a9b54 (patch) | |
tree | 2722af627bd0e3fd309b01d8aefbb49c57d1bf8a /ChangeLog | |
parent | a59bef232b5e88b419a9b0be974ebc02a3bca9b9 (diff) | |
download | gst-plugins-bad-289b30d543210633ff1b09fa4eac0c89913a9b54.tar.gz gst-plugins-bad-289b30d543210633ff1b09fa4eac0c89913a9b54.tar.bz2 gst-plugins-bad-289b30d543210633ff1b09fa4eac0c89913a9b54.zip |
configure.ac: Don't compile rfbsource if we don't have sys/socket.h.
Original commit message from CVS:
* configure.ac:
Don't compile rfbsource if we don't have sys/socket.h.
Should fix compilation on MingW.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-01-05 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + Don't compile rfbsource if we don't have sys/socket.h. + Should fix compilation on MingW. + 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: |