summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/gst-error.m48
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