summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-08-29 13:57:39 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-08-29 13:57:39 +0000
commitd6d1b4e2bcab4e6a5d8b9212d0e261de779d42e9 (patch)
treec5d6593026fd755a355ec6b9d01cc92003c798a2 /configure.ac
parent4d17648a0cf9ee39c110ab9d0af2382f49859a62 (diff)
downloadgst-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.ac4
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 ***