aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJonathan Gray2003-08-09 23:21:17 +0000
committerJonathan Gray2003-08-09 23:21:17 +0000
commit5bd62413fcfaf299b3dd47e94a2f7d32bc5ed7c4 (patch)
tree6977004f39514ae74b782152ebe75dd19a83f720 /configure
parentee3b2ffbfd25d1e5ce4ef3390d1ec958d02dea95 (diff)
downloadscummvm-rg350-5bd62413fcfaf299b3dd47e94a2f7d32bc5ed7c4.tar.gz
scummvm-rg350-5bd62413fcfaf299b3dd47e94a2f7d32bc5ed7c4.tar.bz2
scummvm-rg350-5bd62413fcfaf299b3dd47e94a2f7d32bc5ed7c4.zip
remove echo that shouldn't have been left in
svn-id: r9610
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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"
;;