changeset 1519:1ffc2670d6b0 trunk

[svn] - oh, define an actual SDL version here. :P
author nenolod
date Mon, 07 Aug 2006 21:22:11 -0700
parents 0c5dc8ffcc42
children b41b45bc86b9
files ChangeLog configure.ac
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Aug 07 21:18:20 2006 -0700
+++ b/ChangeLog	Mon Aug 07 21:22:11 2006 -0700
@@ -1,3 +1,13 @@
+2006-08-08 04:18:20 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1950]
+  - hook up paranormal -- client interface code doesn't exist yet though
+  
+
+  Changes:        Modified:
+  +6 -0           trunk/Plugins/Visualization/paranormal/Makefile  
+  +33 -0          trunk/configure.ac  
+
+
 2006-08-08 00:18:08 +0000  Giacomo Lozito <james@develia.org>
   revision [1948]
   - why wma tags were not converted to utf8? by the way, this made libnotify crash when wma tuple contained non-utf8 strings
--- a/configure.ac	Mon Aug 07 21:18:20 2006 -0700
+++ b/configure.ac	Mon Aug 07 21:22:11 2006 -0700
@@ -919,7 +919,7 @@
     AC_MSG_RESULT([*** paranormal plugin disabled by request ***])
   else
     have_paranormal=yes
-    AM_PATH_SDL(SDL, , [
+    AM_PATH_SDL(1.2.5, , [
 	AC_MSG_WARN([*** SDL is not installed. Paranormal will not be built. ***])
 	have_paranormal="no"
     ])