configure.ac: Commit FIONREAD check, needed for the dccp src.
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 29 Aug 2008 13:57:39 +0000 (13:57 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 29 Aug 2008 13:57:39 +0000 (13:57 +0000)
Original commit message from CVS:
* configure.ac:
Commit FIONREAD check, needed for the dccp src.

ChangeLog
configure.ac

index 181a05d..395166e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
+
+       * configure.ac:
+       Commit FIONREAD check, needed for the dccp src.
+
 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
 
        * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
index a170196..99d3a3c 100644 (file)
@@ -138,6 +138,10 @@ AX_CREATE_STDINT_H
 
 dnl *** checks for types/defines ***
 
+dnl Check for FIONREAD ioctl declaration
+dnl used in gst/dccp
+GST_CHECK_FIONREAD
+
 dnl *** checks for structures ***
 
 dnl *** checks for compiler characteristics ***