From 5bd62413fcfaf299b3dd47e94a2f7d32bc5ed7c4 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 9 Aug 2003 23:21:17 +0000 Subject: remove echo that shouldn't have been left in svn-id: r9610 --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 5359d40ec8..709cedf380 100755 --- a/configure +++ b/configure @@ -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" ;; -- cgit v1.2.3