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 | 68e89cdcba37e27756582ca91d28f34ce160c30c (patch) | |
tree | 0aa6b8a87bf71247d0d9d8d12595f47200b5d9fc /configure.ac | |
parent | 5b8987e1e14211f5099c3af3f05fbe5b279ac26b (diff) |
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 ############################################ |