diff options
author | Jonathan Gray | 2003-08-09 23:21:17 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-08-09 23:21:17 +0000 |
commit | 5bd62413fcfaf299b3dd47e94a2f7d32bc5ed7c4 (patch) | |
tree | 6977004f39514ae74b782152ebe75dd19a83f720 | |
parent | ee3b2ffbfd25d1e5ce4ef3390d1ec958d02dea95 (diff) | |
download | scummvm-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
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" ;; |