aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index a9246124a9..494038ff5a 100755
--- a/configure
+++ b/configure
@@ -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