diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-20 19:19:26 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-20 19:19:26 +0000 |
commit | 1d94409129dca2d098002724440c2b41182ad98a (patch) | |
tree | 92e615f745330a7df8128df59423f217932837fc /configure.ac | |
parent | ab2ba3d0c956a8c33db138729824bfee4e0d5a89 (diff) | |
download | gst-plugins-bad-1d94409129dca2d098002724440c2b41182ad98a.tar.gz gst-plugins-bad-1d94409129dca2d098002724440c2b41182ad98a.tar.bz2 gst-plugins-bad-1d94409129dca2d098002724440c2b41182ad98a.zip |
test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
Original commit message from CVS:
test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index af048155..452362d7 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,9 @@ if test "x$GST_CVS" = "xyes"; then AC_DEFINE(GST_LEVEL_DEFAULT, GST_LEVEL_ERROR, [Default errorlevel to use]) fi +dnl Check for FIONREAD ioctl declaration : +HAVE_FIONREAD() + dnl ############################################ dnl # Super Duper options for plug-in building # dnl ############################################ |