diff options
author | Max Horn | 2003-07-06 11:19:55 +0000 |
---|---|---|
committer | Max Horn | 2003-07-06 11:19:55 +0000 |
commit | 064fcc5d839715dd04dd9785f6b496f7bec36d8a (patch) | |
tree | 7120a6fe59ef84a63ee1e69924cf94924cf87836 /configure | |
parent | d27f45d35e850d47bf655f7869e400e6058f2a3b (diff) | |
download | scummvm-rg350-064fcc5d839715dd04dd9785f6b496f7bec36d8a.tar.gz scummvm-rg350-064fcc5d839715dd04dd9785f6b496f7bec36d8a.tar.bz2 scummvm-rg350-064fcc5d839715dd04dd9785f6b496f7bec36d8a.zip |
added TODO
svn-id: r8800
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -140,7 +140,10 @@ echo "Configure run on" `date` > $TMPLOG # # Check any parameters we received # -# TOOD: allow for multi value params, e.g. --target=dreamcast or --backend=morphos +# TODO: +# * Change --disable-mad / --enable-mad to the way it's done in autoconf: +# That is, --without-mad / --with-mad=/prefix/to/mad. Useful for people +# who have Mad/Vorbis/ALSA installed in a non-standard locations. # for parm in "$@" ; do |