From d7ecca16114e443dab9d6f8cbc47a1554e3d4b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 27 May 2014 09:43:36 +0100 Subject: gst-error.m4: remove hack for old GLib version We require something newer now, so this does not apply any more. --- m4/gst-error.m4 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'm4') 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 -- cgit v1.2.1