diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-21 14:53:20 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-21 14:53:20 +0000 |
commit | 1e477bf4ee3f4242b8920dd131d3f77cb4a3350f (patch) | |
tree | 62cf7dbe73197ef9e04194c64125e630b4c0b1b5 /m4 | |
parent | 6ca0fffd9ce48f6e5bd98df6931c4de0faef6f9c (diff) | |
download | gstreamer-plugins-bad-1e477bf4ee3f4242b8920dd131d3f77cb4a3350f.tar.gz |
rename defines too, so that they look like the others (say naming convention)
Original commit message from CVS:
rename defines too, so that they look like the others (say naming convention)
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gst-fionread.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gst-fionread.m4 b/m4/gst-fionread.m4 index b96498750..dff19df9e 100644 --- a/m4/gst-fionread.m4 +++ b/m4/gst-fionread.m4 @@ -15,7 +15,7 @@ if ( x ) AC_MSG_RESULT($GST_FIONREAD_IN_SYS_IOCTL) if test "$GST_FIONREAD_IN_SYS_IOCTL" = "yes"; then - AC_DEFINE([FIONREAD_IN_SYS_IOCTL], 1, [FIONREAD ioctl found in sys/ioclt.h]) + AC_DEFINE([HAVE_FIONREAD_IN_SYS_IOCTL], 1, [FIONREAD ioctl found in sys/ioclt.h]) else @@ -34,7 +34,7 @@ if ( x ) AC_MSG_RESULT($GST_FIONREAD_IN_SYS_FILIO) if test "$GST_FIONREAD_IN_SYS_FILIO" = "yes"; then - AC_DEFINE([FIONREAD_IN_SYS_FILIO], 1, [FIONREAD ioctl found in sys/filio.h]) + AC_DEFINE([HAVE_FIONREAD_IN_SYS_FILIO], 1, [FIONREAD ioctl found in sys/filio.h]) fi fi |