summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-20 19:43:25 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-20 19:43:25 +0000
commit7e229910559e9c9e136fb09c874cb75ca7461e31 (patch)
treee9ef82f85d2b90f0611fbaa75cae2d1af8fa9690 /configure.ac
parent68e89cdcba37e27756582ca91d28f34ce160c30c (diff)
- change sunaudio category to Sink/Audio
Original commit message from CVS: - change sunaudio category to Sink/Audio - change HAVE_FIONREAD macro to GST_CHECK_FIONREAD - add conditional include for FIONREAD ioctl on more files
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 452362d7..6bc8d98b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ if test "x$GST_CVS" = "xyes"; then
fi
dnl Check for FIONREAD ioctl declaration :
-HAVE_FIONREAD()
+GST_CHECK_FIONREAD()
dnl ############################################
dnl # Super Duper options for plug-in building #