summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--m4/gst-fionread.m42
2 files changed, 2 insertions, 2 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 #
diff --git a/m4/gst-fionread.m4 b/m4/gst-fionread.m4
index 820d5cea..b9649875 100644
--- a/m4/gst-fionread.m4
+++ b/m4/gst-fionread.m4
@@ -1,4 +1,4 @@
-AC_DEFUN([HAVE_FIONREAD], [
+AC_DEFUN([GST_CHECK_FIONREAD], [
AC_MSG_CHECKING(for FIONREAD in sys/ioctl.h)
AC_CACHE_VAL(GST_FIONREAD_IN_SYS_IOCTL, [