remove echo that shouldn't have been left in

svn-id: r9610
This commit is contained in:
Jonathan Gray 2003-08-09 23:21:17 +00:00
parent ee3b2ffbfd
commit 5bd62413fc

1
configure vendored
View File

@ -198,7 +198,6 @@ for ac_option in $@; do
;;
--with-vorbis-prefix=*)
_prefix=`echo $ac_option | cut -d '=' -f 2`
echo "prefix is $_prefix"
VORBIS_CFLAGS="-I$_prefix/include"
VORBIS_LIBS="-L$_prefix/lib"
;;