diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-05-27 09:43:36 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-05-27 09:44:03 +0100 |
commit | d7ecca16114e443dab9d6f8cbc47a1554e3d4b30 (patch) | |
tree | 954681b4a75e5e745be7a0db8e6773879d159c9c /m4 | |
parent | 0a7612aa881a537b18adf7f99c6d2591925150dd (diff) |
gst-error.m4: remove hack for old GLib version
We require something newer now, so this does not apply any more.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gst-error.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/m4/gst-error.m4 b/m4/gst-error.m4 index bce80d2..d6487cc 100644 --- a/m4/gst-error.m4 +++ b/m4/gst-error.m4 @@ -76,14 +76,6 @@ AC_DEFUN([AG_GST_SET_ERROR_CFLAGS], ]) done ]) - else - dnl Add -fno-strict-aliasing for GLib versions before 2.19.8 - dnl as before G_LOCK and friends caused strict aliasing compiler - dnl warnings. - PKG_CHECK_EXISTS([glib-2.0 < 2.19.8], [ - AS_COMPILER_FLAG(-fno-strict-aliasing, - ERROR_CFLAGS="$ERROR_CFLAGS -fno-strict-aliasing") - ]) fi fi |