]> git.sesse.net Git - vlc/commitdiff
Accept SDL 1.1.5 or later.
authorChristophe Massiot <massiot@videolan.org>
Thu, 26 Jul 2001 09:08:57 +0000 (09:08 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 26 Jul 2001 09:08:57 +0000 (09:08 +0000)
configure
configure.in

index 9a9e750ad55b2bafcdb0bf8744931e9ede97a3bb..067879fe310ab6894f71615a3417b1eb3e421418 100755 (executable)
--- a/configure
+++ b/configure
@@ -4216,8 +4216,8 @@ echo "The development package for SDL is not installed. Please install it"
 fi
 done
 
-    if expr 1.1.7 \> $($SDL_CONFIG --version); then
-      echo "You need SDL version 1.1.7 or later."
+    if expr 1.1.5 \> $($SDL_CONFIG --version); then
+      echo "You need SDL version 1.1.5 or later."
       exit
     fi
     PLUGINS="${PLUGINS} sdl"
index 50044305d0ab618cac648a032eee774255d607b7..e91be4d0c9d89e49fa127bb2bc1ac12a4b99ec8a 100644 (file)
@@ -479,8 +479,8 @@ then
        [ echo "The development package for SDL is not installed. Please install it"
          echo "and try again."
          exit ])
-    if expr 1.1.7 \> $($SDL_CONFIG --version); then
-      echo "You need SDL version 1.1.7 or later."
+    if expr 1.1.5 \> $($SDL_CONFIG --version); then
+      echo "You need SDL version 1.1.5 or later."
       exit
     fi
     PLUGINS="${PLUGINS} sdl"