diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-03 12:10:05 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-03 12:10:05 +0000 |
commit | f0c14b084c0ad0e2bc7adec3a8459cf918857593 (patch) | |
tree | 708976815ce8d9e617e5e0b56d2850fc55d892f3 | |
parent | 93be8cd683244fb63817ca7fabd804eab10bc1dc (diff) |
fix sed warning build against newer ALSA using old APiRELEASE-0_6_5BRANCH-GSTREAMER-0_6
Original commit message from CVS:
fix sed warning
build against newer ALSA using old APi
-rw-r--r-- | gst-autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-autogen.sh b/gst-autogen.sh index 23cd20e..d745a92 100644 --- a/gst-autogen.sh +++ b/gst-autogen.sh @@ -171,7 +171,7 @@ autoconf_2_52d_check () # autoconf 2.52d has a weird issue involving a yes:no error # so don't allow it's use test -z "$NOCHECK" && { - ac_version=`$autoconf --version|head -n 1|sed 's/^[a-zA-z\.\ ()]*//;s/ .*$//'` + ac_version=`$autoconf --version|head -n 1|sed 's/^[a-zA-Z\.\ ()]*//;s/ .*$//'` if test "$ac_version" = "2.52d"; then echo "autoconf 2.52d has an issue with our current build." echo "We don't know who's to blame however. So until we do, get a" |