diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-08-29 13:57:39 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-08-29 13:57:39 +0000 |
commit | d6d1b4e2bcab4e6a5d8b9212d0e261de779d42e9 (patch) | |
tree | c5d6593026fd755a355ec6b9d01cc92003c798a2 /configure.ac | |
parent | 4d17648a0cf9ee39c110ab9d0af2382f49859a62 (diff) | |
download | gst-plugins-bad-d6d1b4e2bcab4e6a5d8b9212d0e261de779d42e9.tar.gz gst-plugins-bad-d6d1b4e2bcab4e6a5d8b9212d0e261de779d42e9.tar.bz2 gst-plugins-bad-d6d1b4e2bcab4e6a5d8b9212d0e261de779d42e9.zip |
configure.ac: Commit FIONREAD check, needed for the dccp src.
Original commit message from CVS:
* configure.ac:
Commit FIONREAD check, needed for the dccp src.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a1701960..99d3a3cf 100644 --- a/configure.ac +++ b/configure.ac @@ -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 *** |