From 1d94409129dca2d098002724440c2b41182ad98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Thu, 20 May 2004 19:19:26 +0000 Subject: 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) --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 ############################################ -- cgit v1.2.1