From: RĂ©mi Denis-Courmont Date: Tue, 25 May 2010 17:28:09 +0000 (+0300) Subject: Do not require SDL by default X-Git-Tag: 1.2.0-pre1~6509 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=025e08ce9c5e67bd17ca1aa84b6a9a56e4e31682;p=vlc Do not require SDL by default --- diff --git a/configure.ac b/configure.ac index afc210765e..0136744690 100644 --- a/configure.ac +++ b/configure.ac @@ -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