aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TODO4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 76eb5eebf..446661e6c 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
0.12
----
-*) rewrite linked list code!
+*) add 2-3 tree for sorted data structures
-*) add sortedArray data structure for tagTracker
+*) cleanup linked list code!
*) parsing of lame tags (including getting replaygain info)
diff --git a/configure.ac b/configure.ac
index 700aeab27..b76f36d6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ if test x$enable_ao = xno && test x$enable_oss = xno && test x$enable_shout = xn
fi
if test x$enable_alsa = xyes; then
- AM_PATH_ALSA(0.9.0, , enable_alsa=no)
+ AM_PATH_ALSA(0.9.0,AC_DEFINE(HAVE_ALSA,1,[Define to enable ALSA support]),enable_alsa=no)
fi
if test x$enable_iconv = xyes; then