]> git.sesse.net Git - vlc/commitdiff
Do not require SDL by default
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 25 May 2010 17:28:09 +0000 (20:28 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 25 May 2010 17:28:09 +0000 (20:28 +0300)
configure.ac

index afc210765e64bcd1ac7ce56c2b817b813694cc13..01367446902a717bec930966ee46c5876775b1b9 100644 (file)
@@ -3395,9 +3395,9 @@ then
           ])
       ])
    ],[
-     AC_MSG_ERROR([The development package for SDL is not present or too old.
-                   You need 1.2.10. Alternatively you can also configure with
-                   --disable-sdl.])
+     AC_MSG_WARN([The development package for SDL is not present or too old.
+                  You need 1.2.10. Alternatively you can also configure with
+                  --disable-sdl.])
    ])
 fi