summaryrefslogtreecommitdiff
path: root/m4/gst-args.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/gst-args.m4')
-rw-r--r--m4/gst-args.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-args.m4 b/m4/gst-args.m4
index 84f8e67..eeb09f0 100644
--- a/m4/gst-args.m4
+++ b/m4/gst-args.m4
@@ -95,7 +95,7 @@ AC_DEFUN([GST_ARG_GCOV],
[GCOV_CFLAGS="$GCOV_CFLAGS -ftest-coverage"],
true)
dnl remove any -O flags - FIXME: is this needed ?
- GCOV_CFLAGS=`echo "$GCOV_CFLAGS" | sed -e 's/-O[0-9]*//g'`
+ GCOV_CFLAGS=`echo "$GCOV_CFLAGS" | sed -e 's/-O[[0-9]]*//g'`
dnl libtool 1.5.22 and lower strip -fprofile-arcs from the flags
dnl passed to the linker, which is a bug; -fprofile-arcs implicitly
dnl links in -lgcov, so we do it explicitly here for the same effect